Skip to main content

Module repr

Module repr 

Source
Expand description

An archived string representation that supports inlining short strings.

Constants§

INLINE_CAPACITY
The maximum number of bytes that can be inlined.
OUT_OF_LINE_CAPACITY
The maximum number of bytes that can be out-of-line.

Unions§

ArchivedStringRepr
An archived string representation that can inline short strings.