6 releases
0.2.1 | May 21, 2020 |
---|---|
0.2.0 | Jan 30, 2018 |
0.1.0 | Jul 20, 2015 |
0.0.3 | Mar 26, 2015 |
#1212 in Data structures
22 downloads per month
96KB
2K
SLoC
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;
lib.rs
:
An ordered map and set based on a trie.
Dependencies
~210KB