trie_router library
A Trie-based route parser
Classes
-
Trie<
K, V> -
A Trie that associates an Iterable of keys,
K
with a value,V
. -
TrieRouter<
T> -
TrieRouterData<
T>
Exceptions / Errors
- ConflictingPathError
- RouteConfigurationError
- Indicates the user has configured their routes improperly.