An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin cc9f630dbc mac: Add ParseError enum
The `mac::ParseError` enumeration is intended to represent all of the
possible ways `MacAddress::from_string` could fail. For now, the only
known problem is an invalid hexadecimal integer found in one of the
octets, which causes a `ParseIntError`. The `ParseError` enum implements
the `Debug`, `Display`, and `Error` traits.
2018-09-20 20:56:37 -05:00
src mac: Add ParseError enum 2018-09-20 20:56:37 -05:00
.gitignore Initial commit 2018-08-14 22:09:15 -05:00
Cargo.lock Initial commit 2018-08-14 22:09:15 -05:00
Cargo.toml Initial commit 2018-08-14 22:09:15 -05:00