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.