appcore-distributed-contracts 1.0.0

Versioned distributed wire and coordination contracts for AppCore Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// =============================================================================
//        #######
//     ###       ###     F: mod.rs
//    ##   ## ##   ##    P: AppCore-Runtime
//         ## ##
//                       C: 2026/07/22 13:21:42 by dnettoRaw
//    ##   ## ##   ##    U: 2026/07/22 13:21:42 by dnettoRaw
//      ###########      S: 1.0.1-rc.8
// =============================================================================

//! Control-plane protocol families.

/// Stable control-plane protocol version 1.
pub mod v1;