//! Output renderers for [`crate::scan::ScanOutcome`].
//!//! v0.1.0 ships [`markdown`] only. JSON output is available directly via
//! `serde_json::to_string(&outcome)` against the [`crate::scan`] types and
//! is not separately wrapped.
pubmodmarkdown;