trie

Crates.iotrie
lib.rstrie
version0.2.1
sourcesrc
created_at2015-03-15 22:11:07.399732
updated_at2020-05-21 13:48:04.659919
descriptionAn ordered map and set based on a trie.
homepagehttps://github.com/contain-rs/trie
repositoryhttps://github.com/contain-rs/trie
max_upload_size
id1586
size107,863
Owners (github:contain-rs:owners)

documentation

https://contain-rs.github.io/trie/trie

README

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;
Commit count: 80

cargo fmt