appcore_distributed_contracts/control_plane/mod.rs
1// =============================================================================
2// #######
3// ### ### F: mod.rs
4// ## ## ## ## P: AppCore-Runtime
5// ## ##
6// C: 2026/07/22 13:21:42 by dnettoRaw
7// ## ## ## ## U: 2026/07/22 13:21:42 by dnettoRaw
8// ########### S: 1.0.1-rc.8
9// =============================================================================
10
11//! Control-plane protocol families.
12
13/// Stable control-plane protocol version 1.
14pub mod v1;