Expand description
Data stored as as ZeroTrieSimpleAscii
Re-exportsยง
pub use crate::DynamicDataMarker;
Structsยง
- Data
- Regular baked data: a trie for lookups and a slice of values
- Data
ForVarUL Es - Optimized data stored as a single
VarZeroSliceto reduce token count - DataRef
- Regular baked data: a trie for lookups and a slice of values
- Early
Exit ๐Cursor - Optimization to stop writing to a
ZeroTriecursor when theZeroTrieis empty. See #8375 - Zero
Trie Simple Ascii - A data structure that compactly maps from ASCII strings to integers.
Constantsยง
- ID_
SEPARATOR - This is a valid separator as
DataLocalewill never produce it.