Skip to main content

Module parser

Module parser 

Source

Structs§

ParsedManifest
Thin record for a single loaded manifest file. Stores only the key_idx of the file root record in the shared keys vec.

Enums§

Value
Generic value type for manifest parsing. Binding-agnostic — no serde, no std, no alloc beyond Vec/String.

Functions§

parse
Parses a manifest value tree, appending into caller-owned vecs. Returns a ParsedManifest referencing the file root record’s index.