Skip to main content

Module parse

Module parse 

Source
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§

ParseError

Functions§

get_external_file
Fetch a single external file from a .duc buffer by file ID.
list_external_files
List metadata for all external files (without the heavy data blobs).
parse
Parse a .duc file (raw bytes) into an ExportedDataState.
parse_lazy
Parse a .duc file but skip the heavy external-file data blobs.

Type Aliases§

ParseResult