Skip to main content

Module generic

Module generic 

Source
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§

BinaryContainer
Container for binary-format records.
BinaryRecord
A record with dynamic field access for binary format.
GenericRecord
A record with dynamic field access for parameter format.
ParamsContainer
Container for parameter-format records.

Enums§

Value
Dynamic value type for Altium data, similar to serde_json::Value.