appcore-core 1.0.1-rc.8

Core runtime contracts and primitives for AppCore-Runtime.
Documentation
1
2
3
4
5
6
7
//! Canonical Runtime operational mode.

pub use appcore_types::RuntimeOperationalMode;

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