Skip to content

contain-rs/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;