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§
Functions§
- serialize
- Serialize an
ExportedDataStateinto a compressed.ducfile (raw bytes).