canic-sharding-runtime 0.24.2

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Optional sharding placement runtime for Canic.

pub mod api;

mod mapper;
mod policy;
mod view;
mod workflow;