michaelsproul / rust_radix_trie

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

Support the Entry API #32

Open lambda-fairy opened 8 years ago

lambda-fairy commented 8 years ago

See the HashMap docs.

michaelsproul commented 8 years ago

Good idea! This used to be in the TODO in the readme, but went missing during a move to issues...

Do you fancy having a crack at implementing it? There've been a lot of changes recently so most of my effort is directed towards testing and documenting in preparation for a release.