Expand description
Options for building and reading from a ZeroTrie.
These options are internal to the crate. A small selection of options are exported by way of the different public types on this crate.
Structsยง
Enumsยง
- AsciiMode ๐Whether to support non-ASCII data in the ZeroTrie.
- CapacityMode ๐Whether to enforce a limit to the capacity of the ZeroTrie.
- CaseSensitivity ๐How to handle strings with mixed ASCII case at a node, such as โabcโ and โAbcโ
- PhfMode ๐Whether to use the perfect hash function in the ZeroTrie.
Traitsยง
- ZeroTrieWithOptions ๐