Structs
- A
Trieimplementation using a genericHashDBbacking database, aHasherimplementation to generate keys and aNodeCodecimplementation to encode/decode the nodes. - A builder for creating a
TrieDB. - Iterator for going through all values in the trie in pre-order traversal order.
- Iterator for going through all of key with values in the trie in pre-order traversal order.