Skip to main content

actrix_sdk/control/
mod.rs

1//! Stable control-plane facade.
2//!
3//! This module is the canonical SDK surface for runtime integrations,
4//! including client/server types and protocol contracts.
5
6pub use admin::*;