Module trie

Module trie 

Source

Structsยง

Trie
Recursively-defined prefix trie. Typically constructed with Trie::new() for the root node, then insert()ed into many times. Querying for simple existence of a word in the Trie can be performed with contains().