Decision Workspace
p-test vs parameterized vs parameterized-macro
Side-by-side comparison of Rust crates
44
p-test
stablev1.0.2
p-test provides procedural macro to help you write parameterized tests easily.
66
parameterized
growingv2.1.0
Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)
61
parameterized-macro
growingv3.0.0
Attribute macro crate for parameterized tests.
Core Metrics
| p-test | parameterized | parameterized-macro | |
|---|---|---|---|
| Health Score | 44 | 66 | 61 |
| Total Downloads | 5.8K | 5.2M | 5.2M |
| 30d Downloads | 0 | 30.5K | 30.5K |
| Dependents | 0 | 324 | 24 |
| Releases | 12 | 10 | 10 |
| Last Updated | 147d ago | 200d ago | 200d ago |
| Age | 1y 3m | 6y 6m | 6y 6m |
Health Breakdown
p-test
Maintenance
12
Quality
12
Community
6
Popularity
4
Documentation
10
parameterized
Maintenance
9
Quality
21
Community
13
Popularity
8
Documentation
15
parameterized-macro
Maintenance
9
Quality
20
Community
10
Popularity
8
Documentation
14
Technical Details
| p-test | parameterized | parameterized-macro | |
|---|---|---|---|
| Version | 1.0.2 | 2.1.0 | 3.0.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 6 |
| Crate Size | 6KB | 15KB | 12KB |
| Features | 0 | 1 | 1 |
| Yanked % | 91.7% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.68 | 1.68 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •parameterized leads with a health score of 66/100, but none of the options score above 80.
- •parameterized is depended on by 324 crates — strongest ecosystem trust.