Skip to main content

Crate mdwright_config

Crate mdwright_config 

Source

Modules§

documentation
Human-facing documentation for the mdwright TOML schema.

Structs§

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.

Enums§

LintRulePreset
Named baseline for lint rule selection.