Expand description
Config parsing and profile/preset resolution.
This crate is intentionally IO-free: it parses and resolves configuration provided as strings.
Structs§
- Check
Config - Depguard
Config V1 depguard.tomlschema v1.- Overrides
- Resolved
Config - Validation
Error - A structured validation error that tracks the config key path.
- Validation
Errors - A collection of validation errors.
Functions§
- parse_
config_ toml - Parse
depguard.toml(or equivalent) into a typed model. - resolve_
config - Resolve the effective config used by the engine (profiles + overrides + per-check config).