Decision Workspace
proptest vs checkito vs checkito_macro
Side-by-side comparison of Rust crates
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.
62
checkito_macro
growingv0.5.8
A set of macros to accompany the `checkito` crate.
Core Metrics
| proptest | checkito | checkito_macro | |
|---|---|---|---|
| Health Score | 77 | 65 | 62 |
| Total Downloads | 128.7M | 57.7K | 15.3K |
| 30d Downloads | 12.4M | 0 | 0 |
| Dependents | 75.1K | 13 | 36 |
| Releases | 48 | 58 | 19 |
| Last Updated | 62d ago | 74d ago | 74d ago |
| Age | 8y 11m | 3y 3m | 2y 3m |
Health Breakdown
proptest
Maintenance
14
Quality
21
Community
19
Popularity
8
Documentation
15
checkito
Maintenance
15
Quality
21
Community
8
Popularity
6
Documentation
15
checkito_macro
Maintenance
15
Quality
18
Community
9
Popularity
5
Documentation
15
Technical Details
| proptest | checkito | checkito_macro | |
|---|---|---|---|
| Version | 1.11.0 | 5.0.0 | 0.5.8 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 15 | 8 | 3 |
| Crate Size | 208KB | 71KB | 9KB |
| Features | 14 | 5 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.85 | 1.83 | 1.83 |
| Owners | 3 (team) | 1 | 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.
- •checkito_macro is pre-1.0 — API may change.