Crate very_simple_trie

Source

Structsยง

Trie
A Trie (prefix tree) data structure for efficient string prefix matching.
TrieNode
A node in a Trie data structure.