trie_rs
0.4.2
Module map
Module Items
Structs
In crate trie_
rs
trie_rs
Module
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
.
Trie
Builder
A trie builder for
Trie
.