canic-core 0.27.12

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
//! Placement workflows for directory, scaling, and sharding behavior.

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