- 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