Releases: LesnyRumcajs/wakey
Releases · LesnyRumcajs/wakey
v0.3.0
Changed
- refactored the interface and internals a bit. In short, the library should no longer panic on any errors and should return a sane
Result
so it can be handled by the crate user. #10 - made methods
WolPacket::from_string
andWolPacket::mac_to_byte
more flexible by making thedata
anAsRef<str>
. #8 wakey-wake
no longer needs an-m
or--mac
flag. The adress is now a positional argument so just call the binary with the appropriate address.
Full Changelog: v0.2.2...v0.3.0
0.2.2
v0.2.1
- changed underlying collection from
Vec
toArrayVec
- added debug assertions
v0.2.0
- added CLI tool,
- bumped Rust edition