canic-core 0.70.4

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: workflow::memory
//!
//! Responsibility: group read-only memory workflow queries.
//! Does not own: memory registry mutation, endpoint authorization, or DTO schemas.
//! Boundary: workflow query namespace over runtime memory ops.

pub mod query;