Decision Workspace
p-test vs parameterized vs parameterized-macro
Side-by-side comparison of Rust crates
46
p-test
stablev1.0.2
p-test provides procedural macro to help you write parameterized tests easily.
67
parameterized
growingv2.1.0
Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)
62
parameterized-macro
growingv3.0.0
Attribute macro crate for parameterized tests.
Core Metrics
| p-test | parameterized | parameterized-macro | |
|---|---|---|---|
| Health Score | 46 | 67 | 62 |
| Total Downloads | 5.6K | 5.1M | 5.1M |
| 30d Downloads | 47 | 655.1K | 655.0K |
| Dependents | 0 | 315 | 24 |
| Releases | 12 | 10 | 10 |
| Last Updated | 88d ago | 141d ago | 141d ago |
| Age | 1y 1m | 6y 4m | 6y 4m |
Health Breakdown
p-test
Maintenance
14
Quality
12
Community
6
Popularity
4
Documentation
10
parameterized
Maintenance
10
Quality
21
Community
13
Popularity
8
Documentation
15
parameterized-macro
Maintenance
10
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 67/100, but none of the options score above 80.
- •parameterized is depended on by 315 crates — strongest ecosystem trust.