Crate fr_trie

source ·
Expand description

A generic fuzzy compressed radix trie implementation.

Modules

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