Docs.rs
trie-0.2.1
trie 0.2.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
github:contain-rs:owners
apasel422
Gankra
Dependencies
ordered_iter ^0.1.2
normal
optional
rand ^0.4.2
dev
Versions
98.53%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate
trie
trie
0.2.1
All Items
Crate Items
Re-exports
Modules
Crates
trie
Crate
trie
Copy item path
Settings
Help
Summary
Source
Expand description
An ordered map and set based on a trie.
Re-exports
§
pub use map::
Map
;
pub use set::
Set
;
Modules
§
map
An ordered map based on a trie.
set
An ordered set based on a trie.