Decision Workspace
dev-tools vs proptest vs quickcheck
Side-by-side comparison of Rust crates
57
dev-tools
experimentalv0.9.9
Rust verification toolkit. Tests, benches, coverage, fuzz, security audit, dep hygiene, mutation, chaos, async, stress — one crate, opt in with feature flags.
77
proptest
stablev1.11.0
Hypothesis-like property-based testing and shrinking.
72
quickcheck
stablev1.1.0
Automatic property based testing with shrinking.
Core Metrics
| dev-tools | proptest | quickcheck | |
|---|---|---|---|
| Health Score | 57 | 77 | 72 |
| Total Downloads | 162 | 128.7M | 55.2M |
| 30d Downloads | 0 | 12.4M | 2.4M |
| Dependents | 0 | 75.1K | 20.2K |
| Releases | 11 | 48 | 85 |
| Last Updated | 13d ago | 62d ago | 104d ago |
| Age | 18d | 8y 11m | 11y 6m |
Health Breakdown
dev-tools
Maintenance
18
Quality
15
Community
6
Popularity
3
Documentation
15
proptest
Maintenance
14
Quality
21
Community
19
Popularity
8
Documentation
15
quickcheck
Maintenance
14
Quality
21
Community
14
Popularity
8
Documentation
15
Technical Details
| dev-tools | proptest | quickcheck | |
|---|---|---|---|
| Version | 0.9.9 | 1.11.0 | 1.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT OR Apache-2.0 | Unlicense OR MIT |
| Dependencies | 17 | 15 | 3 |
| Crate Size | 64KB | 208KB | 32KB |
| Features | 15 | 14 | 3 |
| Yanked % | 0.0% | 0.0% | 3.5% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.85 | 1.85 | 1.85.0 |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •proptest leads with a health score of 77/100, but none of the options score above 80.
- •proptest is depended on by 75.1K crates — strongest ecosystem trust.
- •dev-tools is pre-1.0 — API may change.