appcore-core 1.0.0

Core runtime contracts and primitives for AppCore-Runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// =============================================================================
//        #######
//     ###       ###     F: operational.rs
//    ##   ## ##   ##    P: AppCore-Runtime
//         ## ##
//                       C: 2026/07/20 23:03:47 by dnettoRaw
//    ##   ## ##   ##    U: 2026/07/24 16:07:49 by dnettoRaw
//      ###########      S: 1.0.1-rc.8
// =============================================================================

//! Canonical Runtime operational mode.

pub use appcore_types::RuntimeOperationalMode;

#[cfg(test)]
#[path = "operational_tests.rs"]
mod tests;