cargo-stern4rust 0.10.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
15
// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT

pub mod adoption;
pub mod finding;
pub mod reporting;
pub mod rule_registry_tests;
pub mod rules;
pub mod runner_tests;
pub mod settings;
pub mod source_file_tests;
pub mod source_reader_tests;
pub mod source_walker_tests;
pub mod test_file_rewriter_tests;