cfgd-core 0.4.0

Core library for cfgd — shared types, providers, reconciler, state
Documentation
pub mod compliance;
pub mod composition;
pub mod config;
pub mod daemon;
pub mod errors;
pub mod exit;
pub mod generate;
pub mod http;
pub mod modules;
pub mod oci;
pub mod output;
pub mod platform;
pub mod providers;
pub mod reconciler;
pub mod retry;
pub mod server_client;
pub mod sources;
pub mod state;

#[cfg(any(test, feature = "test-helpers"))]
pub mod test_helpers;
pub mod upgrade;

mod util;
pub use util::*;

#[cfg(test)]
pub(crate) use util::{home_dir_var, test_home_override};

#[cfg(test)]
mod tests;