Expand description
Parses a .duc SQLite binary (byte vector) into an ExportedDataState.
Flow: raw bytes → in-memory SQLite DB → ExportedDataState
The inverse of crate::serialize::serialize.
Enums§
Functions§
- get_
external_ file - Fetch a single external file from a
.ducbuffer by file ID. - list_
external_ files - List metadata for all external files (without the heavy data blobs).
- parse
- Parse a
.ducfile (raw bytes) into anExportedDataState. - parse_
lazy - Parse a
.ducfile but skip the heavy external-file data blobs.