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

pub mod implemented_type;
pub mod implemented_type_finder;
pub mod import_path;
pub mod module_declaration_finder;
pub mod package_tree;
pub mod qualified_call;
pub mod qualified_call_finder;
pub mod registry_item;
pub mod registry_parser;
pub mod registry_policy;
pub mod section;
pub mod test_file_item;
pub mod test_file_parser;
pub mod unit_test_finder;
pub mod unit_test_site;