//! Report formatters: CSV, JSON, Markdown.
//!//! Each submodule exposes one or more `write_*` functions that take a
//! reference to [`crate::models::ReportData`] and an output directory and
//! return the path of the file written.
pubmodcsv;pubmodjson;pubmodmarkdown;