Decision Workspace
prop-test vs proptest vs checkito
Side-by-side comparison of Rust crates
40
prop-test
growingv0.1.1
Formattable proptest macro
77
proptest
stablev1.11.0
Hypothesis-like property-based testing and shrinking.
65
checkito
stablev5.0.0
A safe, efficient and simple QuickCheck-inspired library to generate shrinkable random data mainly oriented towards generative/property/exploratory testing.
Core Metrics
| prop-test | proptest | checkito | |
|---|---|---|---|
| Health Score | 40 | 77 | 65 |
| Total Downloads | 8.5K | 128.7M | 57.7K |
| 30d Downloads | 0 | 12.4M | 0 |
| Dependents | 1 | 75.1K | 13 |
| Releases | 2 | 48 | 58 |
| Last Updated | 648d ago | 62d ago | 74d ago |
| Age | 1y 9m | 8y 11m | 3y 3m |
Health Breakdown
prop-test
Maintenance
5
Quality
9
Community
6
Popularity
5
Documentation
15
proptest
Maintenance
14
Quality
21
Community
19
Popularity
8
Documentation
15
checkito
Maintenance
15
Quality
21
Community
8
Popularity
6
Documentation
15
Technical Details
| prop-test | proptest | checkito | |
|---|---|---|---|
| Version | 0.1.1 | 1.11.0 | 5.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 15 | 8 |
| Crate Size | 7KB | 208KB | 71KB |
| Features | 0 | 14 | 5 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.65 | 1.85 | 1.83 |
| 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.
- •⚠ prop-test has not been updated in over a year.
- •prop-test is pre-1.0 — API may change.