//!
//! This module defines configuration structures, loading logic, and provenance tracking for rumdl.
//! Supports TOML, pyproject.toml, and markdownlint config formats, and provides merging and override logic.
pub use *;
pub use *;
pub use *;
// Re-exported for the native LSP (`lsp::configuration`), the only cross-module
// consumer; gated so non-native builds (e.g. wasm/WASI) don't warn on it.
pub use rumdl_configs_in_dir;
pub use *;
pub use *;
pub use is_global_value_key;