An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin ff8316895a mac: Handle improperly-formatted addresses
This commit introduces a new variant to the `ParseError` enumeration,
`ParseError::Format`. This error is returned by
`MacAddress::from_string()` when the input string is not correctly
formatted.
2018-09-29 11:38:35 -05:00
src mac: Handle improperly-formatted addresses 2018-09-29 11:38:35 -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