michaelsproul / rust_radix_trie

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

close #4 implemented get_node / get_node_mut #6

Closed allan-simon closed 9 years ago

allan-simon commented 9 years ago

being not a rust expert, I have just "copied" what you did for the get / get_mut with a little modification.

michaelsproul commented 9 years ago

Ahh, I started working on this myself, but I'll rebase my changes on top of yours seeing as you went to all the effort :smile:

allan-simon commented 9 years ago

damn i think i let a debug println in it ..... shame ! shame ! shame !

michaelsproul commented 9 years ago

I saw that, I'm making some other changes so it won't be there long!

michaelsproul commented 9 years ago

Don't stress it :+1: