canic-host 0.70.7

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod activation;
mod manifest;
mod phase;
mod preparation;

pub(super) use activation::{
    EnsureRootCyclesOperation, InstallRootWasmOperation, ResumeBootstrapOperation,
    WaitRootReadyOperation,
};
pub(super) use manifest::EmitRootManifestOperation;
pub(super) use phase::InstallPhaseOperation;
pub(super) use preparation::{BuildInstallTargetsOperation, ResolveRootCanisterOperation};