cargo-stern4rust 0.4.0

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

pub mod header_rule_tests;
pub mod imported_paths_rule_tests;
pub mod module_registry_rule_tests;
pub mod readable_source_rule_tests;
pub mod registry_completeness_rule_tests;
pub mod single_implemented_type_rule_tests;
pub mod test_file_structure_rule_tests;
pub mod test_free_source_rule_tests;
pub mod tests_layout_rule_tests;