canic-core 0.82.7

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
//! Module: view
//!
//! Responsibility: group internal read-only projections over stored or runtime state.
//! Does not own: endpoint DTOs, stable records, or workflow decisions.
//! Boundary: ops and workflow use views internally before endpoint DTO shaping.

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