Decision Workspace
proptest vs checkito vs checkito_macro
Side-by-side comparison of Rust crates
81
proptest
stablev1.11.0
Hypothesis-like property-based testing and shrinking.
68
checkito
stablev5.0.0
A safe, efficient and simple QuickCheck-inspired library to generate shrinkable random data mainly oriented towards generative/property/exploratory testing.
65
checkito_macro
growingv0.5.8
A set of macros to accompany the `checkito` crate.
Core Metrics
| proptest | checkito | checkito_macro | |
|---|---|---|---|
| Health Score | 81 | 68 | 65 |
| Total Downloads | 107.0M | 57.3K | 15.0K |
| 30d Downloads | 9.6M | 302 | 302 |
| Dependents | 55.5K | 13 | 36 |
| Releases | 48 | 58 | 19 |
| Last Updated | 3d ago | 14d ago | 14d ago |
| Age | 8y 9m | 3y 1m | 2y 1m |
Health Breakdown
proptest
Maintenance
18
Quality
21
Community
19
Popularity
8
Documentation
15
checkito
Maintenance
18
Quality
21
Community
8
Popularity
6
Documentation
15
checkito_macro
Maintenance
18
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 has the highest health score (81/100) — a strong overall choice.
- •proptest is depended on by 55.5K crates — strongest ecosystem trust.
- •checkito_macro is pre-1.0 — API may change.