cargo-stern4rust 0.10.5

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

pub mod implemented_type_tests;
pub mod import_path_tests;
pub mod manifest_dependency_tests;
pub mod package_tree_tests;
pub mod public_entry_point_tests;
pub mod qualified_call_tests;
pub mod registry_item_tests;
pub mod registry_policy_tests;
pub mod section_tests;
pub mod test_file_item_tests;
pub mod test_marker_tests;
pub mod unit_test_site_tests;