Structs§
- Parsed
Manifest - 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
ParsedManifestreferencing the file root record’s index.