Skip to main content

Module serialize

Module serialize 

Source
Expand description

Serializes an ExportedDataState into a .duc SQLite binary (byte vector).

Flow: ExportedDataState → in-memory SQLite DB → raw bytes

The schema is applied via crate::db::open_memory so every output is a valid .duc file that can be opened again with crate::parse::parse.

Enums§

SerializeError

Functions§

serialize
Serialize an ExportedDataState into a compressed .duc file (raw bytes).

Type Aliases§

SerializeResult