canic-core 0.27.19

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
//! Public placement APIs grouped by placement strategy.

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