michaelsproul / rust_radix_trie

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

close #9, added implementation for String #10

Closed allan-simon closed 9 years ago

allan-simon commented 9 years ago

https://github.com/allan-simon/rust-sinoparserd , i use the Trie extensively in this project, and it seems to run fine :)