Skip to main content

parse_lazy

Function parse_lazy 

Source
pub fn parse_lazy(buf: &[u8]) -> ParseResult<ExportedDataState>
Expand description

Parse a .duc file but skip the heavy external-file data blobs.

Returns external_files: None — callers can fetch individual files later via get_external_file.