Expand description
Code generation for a compile-time trie-based mapping from strings to arbitrary values.
Structs§
- Forest
- A set of tries where each trie only stores strings of a single length.
- StrMap
Func - Generates a lookup function for all the key-value pairs contained in the tree.