An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin 823cfc2593 mac: Support parsing hyphen-separated addresses
Windows utilities typically display MAC addresses formatted with hyphens
separating the octets. Natively supporting parsing these representations
makes it easier for users to simply paste them, without having to
manually change the hyphens to colons.
2018-09-29 11:40:55 -05:00
src mac: Support parsing hyphen-separated addresses 2018-09-29 11:40:55 -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