laysakura / trie-rs

Memory efficient trie (prefix tree) library based on LOUDS
https://crates.io/crates/trie-rs
Apache License 2.0
90 stars 10 forks source link

Trie push update #18

Closed sudarshan-reddy closed 4 months ago

shanecelis commented 4 months ago

I see this is a continuation of work from this PR. For the same reasons noted there, we will be closing this PR as the functionality is now present in v0.3.0. Thank you for your time and interest in trie-rs. I do like a lot of your API choices like get and get_mut. I am hesitant though break compatibility for them.