Decision Workspace
flexpect vs clippy vs clippy_utils
Side-by-side comparison of Rust crates
42
flexpect
growingv0.1.1
#[flexpect::e(...)] compiles to #[expect(...)] for newer versions of Rust and to #[allow(...)] when not supported.
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
| flexpect | clippy | clippy_utils | |
|---|---|---|---|
| Health Score | 42 | 58 | 52 |
| Total Downloads | 80.3K | 1.9M | 43.2K |
| 30d Downloads | 1.7K | 15.7K | 3.8K |
| Dependents | 0 | 4.0K | 1 |
| Releases | 6 | 210 | 14 |
| Last Updated | 376d ago | 2730d ago | 22d ago |
| Age | 1y 6m | 10y 10m | 2y 2m |
Health Breakdown
flexpect
Maintenance
7
Quality
17
Community
3
Popularity
6
Documentation
9
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
| flexpect | clippy | clippy_utils | |
|---|---|---|---|
| Version | 0.1.1 | 0.0.302 | 0.1.96 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 1 | 4 |
| Crate Size | 8KB | 2KB | 163KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 7.1% |
| Edition | 2018 | 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.
- •⚠ flexpect, clippy have not been updated in over a year.