nibbletree 0.2.0

Tree datastructure for versatile prefix lookups based on the Tree-bitmap algorithm
Documentation
1
2
3
4
5
6
7
mod node;
mod node_with_key;

pub use node::{Key, KeyRef};
pub use node_with_key::NodeWithKey as Node;
pub use node_with_key::{FromKey, ToKey};