pub const MAX_LENGTH_SMALL: usize = _; // 14usizeExpand description
The maximum length in bytes, not Unicode scalar values, of a “small” string
that is saved in the struct TokenString itself and not on the heap.
pub const MAX_LENGTH_SMALL: usize = _; // 14usizeThe maximum length in bytes, not Unicode scalar values, of a “small” string
that is saved in the struct TokenString itself and not on the heap.