Crate hat_trie

Source

Structs§

DenseVecTrieNode
A type of Trie that implemented by using Vec index as encoded key.
PrefixIterator
An iterator that return prefix of given query.

Traits§

TrieNode
A TrieNode operation where every implementation of Trie in this crate shall support.