Expand description
Deserialization for the database’s compact record codec.
Compound values are divided into records by crate::SEP. A trailing type
that accepts empty input can decode a missing final field from an older,
shorter tuple, while writing the extended tuple emits an additional
separator before that appended field.
Structs§
- Deserializer 🔒
- Cursor state for decoding the compact database record format.
- Ignore
- Skips one encoded record when deserialized inside a sequence.
- Ignore
All - Skips the current record and every record that follows it.
Functions§
- deserialize_
str 🔒 - from_
slice - Deserializes a value from database record bytes.