What problem does it solve?
It helps you quickly understand the shape, coupling, hygiene, and risk surface of an unfamiliar Rust workspace so you can choose the right next audit step.
Core Features & Use Cases
- Workspace-wide first-look audit covering crates, item counts, visibility distribution, and dead-public rot.
- Architectural coupling analysis using crate-edge fan-in/fan-out and cycle checks to surface the workspace’s structure.
- Safety and state risk scanning by running unsafe-block documentation checks and global mutable-state inventory.
- Hygiene and duplication detection via type collisions, module shadowing, within-crate duplicates, and semantic/literal overlap clustering.
- Complexity hotspot spotting by selecting top-coupled files and estimating cyclomatic complexity before deeper dives.
Quick Start
Run the workspace overview audit by pointing it at your workspace path to get a one-page snapshot plus severity-ranked findings.