Skip to main content

messaging_api/
lib.rs

1//! Typed wire contract for mHome messaging management surfaces.
2
3mod control;
4mod targets;
5
6pub use control::*;
7pub use targets::*;