canic-core 0.69.5

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: ops::replay::model
//!
//! Responsibility: re-export replay model types for existing ops callers.
//! Does not own: model definitions or storage conversion.
//! Boundary: compatibility shim while callers move to `model::replay`.

pub use crate::model::replay::*;