What's Changed
- Made len members of stage more verbose by @YohDeadfall in #16
- Added user defined encoding by @YohDeadfall in #17
- Reworked public API by @YohDeadfall in #18
- Fixed a MIT license link in readme by @YohDeadfall in #19
- Removed Eq and Ord from OrdPath by @YohDeadfall in #20
- Improvements of the
encmodule by @YohDeadfall in #21 - Fixed clippy warnings by @YohDeadfall in #22
- Fixed a macro hygiene issue by @YohDeadfall in #23
- Added slices by @YohDeadfall in #24
- Implemented ExactSizeIterator for Bytes by @YohDeadfall in #25
- Added borrowing support by @YohDeadfall in #26
- Added ancestors iterator by @YohDeadfall in #27
- Added an ability to get the nth ancestor by @YohDeadfall in #28
- Removed dbg! in tests by @YohDeadfall in #29
- Fix benches by @YohDeadfall in #30
- Implemented optimized Iterator's methods for Bytes by @YohDeadfall in #31
- Removed usage of soft deprecated addr_of! by @YohDeadfall in #32
Full Changelog: v0.4.0...v0.5.0