canic-control-plane 0.19.2

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
mod chunked;
mod manifest;

pub use chunked::{
    TemplateChunkRecord, TemplateChunkSetRecord, TemplateChunkSetStateStore, TemplateChunkStore,
};
pub use manifest::{TemplateManifestRecord, TemplateManifestStateStore};