canic-core 0.76.6

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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 env;
pub mod icp_refill;
pub mod placement;
pub mod topology;