canic-host 0.70.3

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod plan;
mod profile;
mod reconciliation;
mod report;
mod shared;

pub use plan::build_authority_reconciliation_plan;
pub use report::{
    authority_report_from_check, authority_report_from_check_with_local_id,
    authority_report_from_plan, authority_report_from_plan_with_check_id,
};