Expand description
Code-generation utilities for the mbus-ffi server-app layer.
Used by both mbus-ffi/build.rs (as a build-dependency) and xtask
(as a regular dependency) so the logic lives in exactly one place.
Structs§
- Device
Config - Hooks
Config - Optional global write-notification hook fallbacks.
Per-entry
on_writetakes priority over these. - MapEntry
- Memory
Map - Server
AppConfig
Enums§
Functions§
- parse_
yaml - Parse a YAML server-app config.
- render_
c_ header - Generate the C header declaring the app-layer API.
- render_
rust_ dispatcher - Generate the Rust dispatcher source that implements the server app model.
- validate_
config - Validate a parsed config, returning a human-readable error on failure.