trie-me 0.0.0

Dead-simple set and map structures backed by a trie
Documentation
1
2
3
4
5
6
mod map;
mod set;

pub use crate::map::Iter;
pub use crate::map::TrieMap;
pub use crate::set::TrieSet;