sile / patricia_tree

A memory-efficient patricia tree implementation written in Rust
MIT License
113 stars 17 forks source link

Fix a bug that iterators could iterate over fewer items than expected after item removal. #22

Closed sile closed 1 year ago

sile commented 1 year ago

Fixes #21