canic-core 0.27.11

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
//! Placement-oriented ops helpers shared by placement workflows.

pub mod scaling;
#[cfg(feature = "sharding")]
pub mod sharding;