Decision Workspace
cargo-unused-allow vs clippy vs clippy_utils
Side-by-side comparison of Rust crates
46
cargo-unused-allow
experimentalv0.4.0
Detect unused #[allow(...)] attributes in Rust projects
58
clippy
growingv0.0.302
A bunch of helpful lints to avoid common pitfalls in Rust.
52
clippy_utils
growingv0.1.96
Helpful tools for writing lints, provided as they are used in Clippy
Core Metrics
| cargo-unused-allow | clippy | clippy_utils | |
|---|---|---|---|
| Health Score | 46 | 58 | 52 |
| Total Downloads | 74 | 1.9M | 43.2K |
| 30d Downloads | 6 | 15.2K | 3.7K |
| Dependents | 0 | 4.0K | 1 |
| Releases | 4 | 210 | 14 |
| Last Updated | 42d ago | 2730d ago | 22d ago |
| Age | 1m | 10y 10m | 2y 2m |
Health Breakdown
cargo-unused-allow
Maintenance
16
Quality
13
Community
5
Popularity
2
Documentation
10
clippy
Maintenance
7
Quality
15
Community
19
Popularity
8
Documentation
9
clippy_utils
Maintenance
18
Quality
10
Community
8
Popularity
6
Documentation
10
Technical Details
| cargo-unused-allow | clippy | clippy_utils | |
|---|---|---|---|
| Version | 0.4.0 | 0.0.302 | 0.1.96 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 6 | 1 | 4 |
| Crate Size | 17KB | 2KB | 163KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 7.1% |
| Edition | 2024 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 5 | 2 |
Links
Quick Verdict
- •clippy leads with a health score of 58/100, but none of the options score above 80.
- •clippy is depended on by 4.0K crates — strongest ecosystem trust.
- •⚠ clippy has not been updated in over a year.