Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 593 Bytes

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.