[][src]Crate hat_trie

Structs

DenseVecTrieNode

A type of Trie that implemented by using Vec index as encoded key.

Traits

TrieNode

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