trie-rs 0.4.2

Memory efficient trie (prefix tree) and map library based on LOUDS
Documentation
1
2
3
4
5
mod trie_builder;
mod trie_impl;

pub use trie_builder::TrieBuilder;
pub use trie_impl::Trie;