canic-control-plane 0.82.14

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Public control-plane APIs for lifecycle, state, and template publication.

#[cfg(feature = "root-control-plane")]
pub mod lifecycle;
#[cfg(feature = "root-control-plane")]
pub mod state;
#[cfg(any(feature = "root-control-plane", feature = "wasm-store-canister"))]
pub mod template;