Crate fr_trie

Source
Expand description

A generic fuzzy compressed radix trie implementation.

Modulesยง

glob
A tiny and limited glob matcher implementation for FR Tries (optional)
iterator
The Trie iterator based on a pushdown automata to perform lookup
key
The Trie Key trait
matcher
The Trie Matcher trait
node
The Trie internal node implementation
trie
The Trie trait(s)