Modules§
- documentation
- Human-facing documentation for the mdwright TOML schema.
Structs§
- Config
- Resolved project configuration. Construct with
Config::load_explicit(for--config PATH) orConfig::discover(for the ancestor walk from CWD). - Config
Error - Failure to load configuration: I/O, TOML syntax, or schema
validation. The
Displayimpl renders the path and underlying cause. - Lint
Rule Selection - Resolved
[lint]rule-selection policy. - Rule
Selection Error - Failure to resolve configured lint rule selection against the available rule pool.
Enums§
- Lint
Rule Preset - Named baseline for lint rule selection.