macro_rules! debug_log {
($($arg:tt)*) => { ... };
}Expand description
eprintln! gated on env::debug_enabled — the quiet
diagnostics channel (DOCLING_RS_DEBUG=1). Callers keep their own
docling-<crate>: message prefixes; the macro only owns the gate.