path-tree 0.0.1

Path-based routing tree
Documentation
1
2
3
4
5
6
# path-tree
Path-based routing tree.

A compressing dynamic trie ([radix tree]) structure is used for efficient matching.

[radix tree]: https://github.com/trek-rs/radix-tree