Skip to main content

messaging_api/
lib.rs

1//! Typed control and normalized data-plane contracts for mHome messaging.
2
3mod control;
4mod model;
5mod targets;
6
7pub use control::*;
8pub use model::*;
9pub use targets::*;