michaelsproul / rust_radix_trie

Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
184 stars 32 forks source link

Exhaustive tests for new subtrie stuff #23

Closed michaelsproul closed 6 years ago

michaelsproul commented 7 years ago

Before we release to crates.io, we need to add some more tests for the subtrie stuff and the child iterators.