Skip to main content

Module de

Module de 

Source
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.
IgnoreAll
Skips the current record and every record that follows it.

Functions§

deserialize_str 🔒
from_slice
Deserializes a value from database record bytes.