Expand description
Host TOML: one section per adapter, plus the UCI schema the host compiles.
Unknown keys are refused so a typo fails at startup instead of being
ignored. A missing section is not an error: each one deserializes as
its Default.
Modulesยง
- dds ๐
[dds]section: the DDS adapter toward a domain. - engine ๐
[engine]section: process-wide router reporting. - loopback ๐
[loopback]section: the in-process adapter with no socket. - owp ๐
[owp]section: the OWP/WebSocket server. - stomp ๐
[stomp]section: the STOMP client toward an ActiveMQ (or other) broker. - uci ๐
[uci]section: schema documents and what to do when a payload is not one.
Structsยง
- Config ๐Root document of a host config file.
Functionsยง
- default_
true ๐Serde default for fields that must be true when omitted. - load ๐Reads and parses the TOML file at
path.