//! 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.
pub use BinaryRecord;
pub use ;
pub use GenericRecord;
pub use Value;