Skip to main content

Module value

Module value 

Source
Expand description

Value types for schema-less Crous data.

Two representations:

  • Value: owned, heap-allocated, suitable for building documents.
  • CrousValue<'a>: zero-copy, borrow-backed, returned by the decoder.

Enumsยง

CrousValue
Zero-copy, borrow-backed Crous value returned by the decoder.
Value
Owned, schema-less Crous value (analogous to serde_json::Value).