canic-host 0.79.1

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
13
14
mod plan;
mod profile;
mod reconciliation;
mod report;
mod shared;

pub use plan::build_authority_reconciliation_plan;
#[cfg(test)]
pub(in crate::deployment_truth) use profile::AUTHORITY_PROFILE_OVERLAP_CODE;
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,
};
pub(in crate::deployment_truth) use shared::AUTHORITY_UNSAFE_BLOCKED_CODE;