Skip to main contentCrate mdwright_config
Source - documentation
- Human-facing documentation for the mdwright TOML schema.
- Config
- Resolved project configuration. Construct with
Config::load_explicit (for --config PATH) or
Config::discover (for the ancestor walk from CWD). - ConfigError
- Failure to load configuration: I/O, TOML syntax, or schema
validation. The
Display impl renders the path and underlying
cause. - LintRenderOptions
- Resolved
[lint.render] knobs. Carried alongside the rule selection so
the CLI can configure the math/render-compat rule’s profile. - LintRuleSelection
- Resolved
[lint] rule-selection policy. - RuleSelectionError
- Failure to resolve configured lint rule selection against the
available rule pool.
- LintRulePreset
- Named baseline for lint rule selection.