Expand description
Layer 2: Generic record access without type knowledge.
Provides dynamic access to Altium records similar to serde_json::Value,
allowing exploration and modification without knowing specific types.
Structs§
- Binary
Container - Container for binary-format records.
- Binary
Record - A record with dynamic field access for binary format.
- Generic
Record - A record with dynamic field access for parameter format.
- Params
Container - Container for parameter-format records.
Enums§
- Value
- Dynamic value type for Altium data, similar to
serde_json::Value.