rustqual 1.2.4

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
10
11
12
13
14
mod calls;
mod cfg_test_impl;
mod check_a;
mod check_b;
mod check_c;
mod check_d;
mod end_to_end_snapshot;
mod module_resolution;
mod pub_fns;
mod receiver_tracing;
mod regressions;
mod support;
mod target_anchors;
mod touchpoints;