whipsch / trie

An ordered map and set based on a trie.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

An ordered map and set based on a trie.

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

License:Apache License 2.0


Languages

Language:Rust 99.5%Language:Shell 0.5%