canic-core 0.27.12

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Internal read-only projections over stored or runtime state.
//!
//! The term `view` is reserved for projections defined under `view/`.
//! DTOs must not use `view` in type or function names.
pub mod env;
pub mod placement;
pub mod topology;