rustqual 1.0.0

Comprehensive Rust code quality analyzer — seven dimensions: IOSP, Complexity, DRY, SRP, Coupling, Test Quality, Architecture
Documentation
1
2
3
4
5
6
7
8
9
// Module-level integration tests for the Architecture analyzer.
// Matcher-specific unit tests live in matcher/tests/.

mod compiled;
mod explain;
mod forbidden_rule;
mod golden_examples;
mod layer_rule;
mod trait_contract;