An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin 22c5fd4832 Add rustdoc comments
This commit adds documentation comments to the public API. In order for
`cargo doc` to build the documentation site, though, the crate must be a
library, so the `lib.rs` is needed to expose the necessary bits.
2018-09-29 12:11:10 -05:00
src Add rustdoc comments 2018-09-29 12:11:10 -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