Crate bintrie

Source

Structs§

BinTrie
FilterHeuristic
Chooses whether to enter a path or not.
SearchHeuristic
Chooses paths to search down.

Traits§

Heuristic
The Heuristic chooses which side to explore next.
IntoHeuristic