Expand description
This crate contains various implementations of radix trees (also called tries), which provide efficient storage and lookup of data that shares long common prefixes.
Modules§
Macros§
- impl_
from_ zerocopy - Safely implement
TrieKey
for a type which already implementsIntoBytes
+Immutable
.
Traits§
- Equivalent
- Key equivalence trait.
- TrieKey
- Trait definition for keys which are suitable to use in one of this crate’s tries.