Decision Workspace
intentional vs zerowarns vs flexpect
Side-by-side comparison of Rust crates
45
intentional
growingv0.1.1
Doing things with intent
46
zerowarns
experimentalv0.1.0
Compiler-guaranteed elimination of clippy::arithmetic_side_effects and clippy::as_conversions warnings via type-aware semantic rewriting — no LLM, no #[allow] suppression.
42
flexpect
growingv0.1.1
#[flexpect::e(...)] compiles to #[expect(...)] for newer versions of Rust and to #[allow(...)] when not supported.
Core Metrics
| intentional | zerowarns | flexpect | |
|---|---|---|---|
| Health Score | 45 | 46 | 42 |
| Total Downloads | 15.7K | 14 | 80.3K |
| 30d Downloads | 374 | 14 | 1.7K |
| Dependents | 33 | 0 | 0 |
| Releases | 2 | 1 | 6 |
| Last Updated | 840d ago | 22d ago | 376d ago |
| Age | 2y 4m | 22d | 1y 6m |
Health Breakdown
intentional
Maintenance
4
Quality
16
Community
10
Popularity
5
Documentation
10
zerowarns
Maintenance
12
Quality
14
Community
6
Popularity
1
Documentation
13
flexpect
Maintenance
7
Quality
17
Community
3
Popularity
6
Documentation
9
Technical Details
| intentional | zerowarns | flexpect | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 1 |
| Crate Size | 10KB | 18KB | 8KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •zerowarns leads with a health score of 46/100, but none of the options score above 80.
- •flexpect has the most downloads (80.3K), suggesting wider adoption.
- •⚠ intentional, flexpect have not been updated in over a year.