An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin c0b462d8ac mac: Add MacAddress type
The `MacAddress` structure represents a 48-bit hardware address. Using a
dedicated type instead of an array will make it easier to validate
inputs and ensure type safety.
2018-08-17 20:12:52 -05:00
src mac: Add MacAddress type 2018-08-17 20:12:52 -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