cargo-stern4rust 0.9.3

Cargo subcommand that fails the build when a Rust workspace breaks a house coding rule, such as AAA test structure or one struct per file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT

pub mod column_widths_tests;
pub mod json_printer_tests;
pub mod offence_fingerprint_tests;
pub mod offence_tests;
pub mod offence_threshold_tests;
pub mod output_format_tests;
pub mod package_roster_tests;
pub mod report_printer_tests;
pub mod run_outcome_tests;
pub mod scan_totals_tests;