radixtree 0.1.1

A radix trie implementation for router, and provides CRUD operations.
Documentation
1
2
3
4
5
mod tree;
mod method;

pub use tree::Node;
pub use method::Method;