Crates.io | trie |
lib.rs | trie |
version | 0.2.1 |
source | src |
created_at | 2015-03-15 22:11:07.399732 |
updated_at | 2020-05-21 13:48:04.659919 |
description | An ordered map and set based on a trie. |
homepage | https://github.com/contain-rs/trie |
repository | https://github.com/contain-rs/trie |
max_upload_size | |
id | 1586 |
size | 107,863 |
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;