- Adapt to trait breaking changes introduced in neli v0.7.0. See info in
[CHANGELOG.md][CHANGELOG.md] on
FromBytes
andFromBytesWithInput
for more information.
- Clean up documentation issues.
- Fixed bug where the procedural macros did not properly handle empty struct types resulting in a compilation error
- Fixed bug where attributes were not being appropriately passed to match arms.
- Improved debugging that shows only the part of the buffer in question when debugging an error
- Added a
size
attribute forFromBytes
andFromBytesWithInput
derive macros