canic-core 0.70.5

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
//! Module: model
//!
//! Responsibility: define pure runtime state models shared across layers.
//! Does not own: stable storage access, orchestration, or platform side effects.
//! Boundary: model types are consumed by ops, workflow, storage, and views.

#[cfg(feature = "blob-storage")]
pub mod blob_storage;
pub mod replay;