This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Releases: rust-netlink/netlink-packet-utils
Releases · rust-netlink/netlink-packet-utils
New release 0.6.0
Breaking changes
- Changed
DecodeErrorfromstructtoenum. (5e39d65) - Changed
EncodeErrorfromstructtoenum. (0353682) - DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
- Removed the use of
anyhow. (5e39d65, 0353682) - Replaced
pastewith pastey. (8897cf0)
New features
- Add
parse_i64(). (414d14e)
Bug fixes
- N/A