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

pub mod call_site_finder;
pub mod implemented_type_finder;
pub mod item_naming;
pub mod module_declaration_finder;
pub mod public_entry_point_finder;
pub mod qualified_call_finder;
pub mod registry_parser;
pub mod test_file_parser;
pub mod unit_test_finder;