[][src]Crate byte_trie

Modules

keys
nodes
prelude
tries

Structs

AdaptiveNode

A byte-driven representation of an adaptive compressed trie node.

Traits

BytesKey

A way of representing a BytesNode key u8 inside a Vec<u8>.

BytesTrie

Represents a trie with node keys having the maximum size of u8.