canic-control-plane 0.30.4

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

pub mod lifecycle;
pub mod state;
pub mod template;