michaelsproul / rust_radix_trie

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

Make it possible to get the prefix of a node #37

Closed vks closed 6 years ago

vks commented 6 years ago

Fixes #34.

michaelsproul commented 6 years ago

Looks good on a first glance, will try to review in more detail this weekend

michaelsproul commented 6 years ago

Released a new version with this change to crates.io: https://crates.io/crates/radix_trie/0.1.3 🎉

vks commented 6 years ago

Great, thanks!