canic-core 0.93.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Module: model::placement
//!
//! Responsibility: expose canonical placement values shared across layers.
//! Does not own: placement policy, storage access, or workflow orchestration.

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