Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 264 Bytes

An ordered map and set based on a trie.

Documentation is available at https://contain-rs.github.io/trie/trie.

To use trie with Cargo, add this to Cargo.toml:

[dependencies]
trie = "*"

and this to the crate root:

extern crate trie;