Expand description
TOML config schema, loader, and vendor codec registry.
Structs§
- Codec
Registry - Registry of vendor name → (codec factory, type parser).
Type Aliases§
- Codec
Factory - Factory function that produces a vendor codec on demand.
- Motor
Type Parser - Function that resolves a motor type string to a
MotorTypeIdfor a given vendor.