Crate radix_trie [] [src]

A wonderful, fast, safe, generic radix trie implementation.

To get started, see the docs for Trie below.

Modules

traversal

Macros

id!

Identity macro to allow expansion of the "mutability" token tree.

Structs

Iter

Iterator over the keys and values of a Trie.

Keys

Iterator over the keys of a Trie.

NibbleVec

A data-structure for storing a sequence of 4-bit values.

Trie

Data-structure for storing and querying string-like keys and associated values.

Values

Iterator over the values of a Trie.

Traits

TrieKey

Trait for types which can be used to key a Radix Trie.