canic-core 0.70.12

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: workflow::view
//!
//! Responsibility: group read-only workflow view helpers.
//! Does not own: endpoint DTO definitions, storage access, or mutation.
//! Boundary: exposes shared view utilities for workflow query paths.

pub mod paginate;