What's Changed
- Add
iter_fromfunction to enable paginated output. - Implement equality on views (
eq_keysandeq_by) - Add
Eqimplementation for PrefixMap - Slightly reduce memory footprint (increment number of tiers in allocator from 6 to 7; [1, 2, 4, 8, 16, 24, 32])
- Benchmark using mutations from RIPE RIS by @ties in #28
- Add IPv6 test cases and data by @ties in #30
Bug Fixes
- Drop values only when needed.
- Fix memory corruption bug when calling
remove_childrenin deep trees. - Fix overflow for obtaining sub-views of maximum prefix length views.
- Fix mask computation on 32-bit targets.
- Fix undefined behavior when drop panics in
remove_children.
New Contributors
Full Changelog: v0.9.0...v0.9.1