Skip to main content

Module config

Module config 

Source
Expand description

TOML config schema, loader, and vendor codec registry.

Structs§

CodecRegistry
Registry of vendor name → (codec factory, type parser).

Type Aliases§

CodecFactory
Factory function that produces a vendor codec on demand.
MotorTypeParser
Function that resolves a motor type string to a MotorTypeId for a given vendor.