[][src]Module sanakirja::value

Values, which might be either inlined on the page, or stored as a reference if too large.

Enums

UnsafeValue

Unsafe values, the unsafe representation of a value.

Value

Iterator over parts of a value. On values of size at most 4096 bytes, the iterator will run exactly once. On larger values, it returns all parts of the value, in order.

Constants

MAX_INLINE_SIZE

Maximum size of a value inlined on a page. Values larger than this must be stored in separate pages.