Module map
trie_rs
0.4.2
Module map
Module Items
Structs
In crate trie_
rs
Modules
inc_search
iter
map
try_collect
Structs
Trie
TrieBuilder
trie_rs
Module
map
Copy item path
Settings
Help
Summary
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
.
Trie
Builder
A trie builder for
Trie
.