Module zerotrie::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ยง

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