Module sanakirja::value

source ·
Expand description

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

Enums

Unsafe values, the unsafe representation of a 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

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