Crate fastrie

Source

Structs§

Fastrie
FastrieBuild
FastrieBuilderNode
FastrieMatch
IndexWidth
How many bytes to store and represent indices in the built data. Must be between 1 and 8 inclusive. Indices will be encoded in little endian format.

Functions§

from_prebuilt_without_values
Example