View Source API Reference trieval v1.1.0
Modules
Trieval provides an interface for creating and managing trie data structures. A trie, also known as a prefix tree, is a type of search tree used to store associative data structures.
Parses and verifies patterns that can be matched against the trie data structure.
A tiny struct to encapsulate a trie.