prefix-tree 0.5.0

A map and set interfaces using trie data structure
Documentation

Prefix tree

Build Status Documentation

Map and set interface using trie data structure.

See Wikipedia and documentation for more information.

Usage

Include this library in your project by adding the following to your Cargo.toml:

[dependencies]
prefix-tree = "0.5.0"

License

MIT.

Copyright (c) 2020 Dominik MiedziƄski.