Docs.rs
trie-rs-0.4.2
trie-rs 0.4.2
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
laysakura
shanecelis
Dependencies
louds-rs ^0.7
normal
mem_dbg ^0.1.4
normal
optional
serde ^1.0
normal
optional
criterion ^0.2
dev
lazy_static ^1.3
dev
rand ^0.6
dev
version-sync ^0.9
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
trie_rs
0.4.2
Module map
Structs
In crate trie_rs
Module
trie_rs
::
map
Copy item path
source
·
[
−
]
Expand description
A trie that maps sequence of
Label
s to a
Value
.
Structs
§
Trie
A trie for sequences of the type
Label
; each sequence has an associated
Value
.
TrieBuilder
A trie builder for
Trie
.