rustqual 1.2.3

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
mod calls;
mod cfg_test_impl;
mod check_a;
mod check_b;
mod check_c;
mod check_d;
mod pub_fns;
mod regressions;
mod rlm_snapshot;
mod rlm_v122_eval;
mod support;
mod target_anchors;
mod touchpoints;