Releases: LesnyRumcajs/wakey
Releases · LesnyRumcajs/wakey
Release list
v0.4.1
v0.4.0
Changed
-
Bumped Rust edition to 2024 and Rust version to 1.93.1
-
WolPacket::into_innernow hasmust_useattribute to prevent accidentally consuming the packet without using the inner data.
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
Resultso it can be handled by the crate user. #10 - made methods
WolPacket::from_stringandWolPacket::mac_to_bytemore flexible by making thedataanAsRef<str>. #8 wakey-wakeno longer needs an-mor--macflag. 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
VectoArrayVec - added debug assertions