Module helpers
zerotrie
0.1.3
Module helpers
Module Items
Macros
Constants
Traits
Functions
In crate zerotrie
Modules
builder
byte_phf
cursor
error
helpers
options
reader
varint
zerotrie
Structs
ZeroAsciiIgnoreCaseTrie
ZeroTrie
ZeroTrieExtendedCapacity
ZeroTriePerfectHash
ZeroTrieSimpleAscii
Enums
ZeroTrieError
zerotrie
Module
helpers
Copy item path
Settings
Help
Summary
Source
Macros
§
debug_
unwrap
🔒
Constants
§
MAX_
USIZE_
LEN_
AS_
DIGITS
🔒
The maximum number of base-10 digits required for rendering a usize. Note: 24/10 is an approximation of 8*log10(2)
Traits
§
Debug
Unwrap
Or
🔒
Maybe
Split
At
🔒
Functions
§
const_
fmt_
int
🔒
Formats a usize as a string of length N, padded with spaces, with the given prefix.