Skip to main content

Module options

Module options 

Source
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ยง

ZeroTrieBuilderOptions ๐Ÿ”’

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 ๐Ÿ”’