Skip to main content

Module config

Module config 

Source
Expand description

Configuration loading, validation, and effective configuration reporting.

Configuration is parsed strictly, expanded from catalogs and overlays, validated, and then hashed before planning. ConfigDocument is the canonical representation consumed by the planner.

Re-exports§

pub use crate::config::schema::ConfigDocument;
pub use crate::config::schema::OriginMap;

Modules§

schema
Strict serialized configuration schema and canonical expansion rules.

Functions§

init_config
Write the embedded default configuration into the current directory.
load_config_with_overlays
Load the built-in catalog, selected primary file, includes, and ordered overlays.