stern4rust/reporting/mod.rs
1// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
2// Licensed under the MIT License
3// SPDX-License-Identifier: MIT
4
5pub mod column_widths;
6pub mod json_printer;
7pub mod offence;
8pub mod offence_fingerprint;
9pub mod offence_threshold;
10pub mod output_format;
11pub mod report_printer;
12pub mod run_outcome;