Expand description
RKYV-compatible types for machine format serialization
Uses a flattened arena-based approach to avoid recursive types. All nested values are stored in a flat Vec with indices.
Structs§
- Archived
Machine Document - An archived
MachineDocument - Archived
Machine Section - An archived
MachineSection - Machine
Document - RKYV-compatible document with flattened value arena
- Machine
Document Resolver - The resolver for an archived
MachineDocument - Machine
Section - RKYV-compatible table section that stores cells as value-arena indexes.
- Machine
Section Resolver - The resolver for an archived
MachineSection
Enums§
- Archived
Machine Entry Ref - An archived
MachineEntryRef - Archived
Machine Value - An archived
MachineValue - Machine
Entry Ref - Reference to a top-level document entry in its original order.
- Machine
Entry RefResolver - The resolver for an archived
MachineEntryRef - Machine
Value - Non-recursive value type - arrays/objects store indices
- Machine
Value Resolver - The resolver for an archived
MachineValue