Decision Workspace
match-by-hash vs matched_enums vs proc-macro-crate
Side-by-side comparison of Rust crates
42
match-by-hash
growingv1.0.1
Match statement, but for any value and with a hash function
52
matched_enums
growingv1.3.0
A macro that provides the option to bin enum attribute to match-statements. This makes it easier to convert values into enums.
70
proc-macro-crate
stablev3.5.0
Replacement for crate (macro_rules keyword) in proc-macros
Core Metrics
| match-by-hash | matched_enums | proc-macro-crate | |
|---|---|---|---|
| Health Score | 42 | 52 | 70 |
| Total Downloads | 3.9K | 1.9K | 329.6M |
| 30d Downloads | 5 | 6 | 24.9M |
| Dependents | 0 | 0 | 5.4K |
| Releases | 3 | 4 | 24 |
| Last Updated | 833d ago | 230d ago | 23d ago |
| Age | 2y 3m | 11m | 7y 1m |
Health Breakdown
match-by-hash
Maintenance
5
Quality
20
Community
3
Popularity
4
Documentation
10
matched_enums
Maintenance
12
Quality
19
Community
5
Popularity
4
Documentation
12
proc-macro-crate
Maintenance
18
Quality
15
Community
14
Popularity
8
Documentation
15
Technical Details
| match-by-hash | matched_enums | proc-macro-crate | |
|---|---|---|---|
| Version | 1.0.1 | 1.3.0 | 3.5.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 3 | 4 |
| Crate Size | 3KB | 13KB | 13KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 12.5% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.88 | 1.82.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •proc-macro-crate leads with a health score of 70/100, but none of the options score above 80.
- •proc-macro-crate is depended on by 5.4K crates — strongest ecosystem trust.
- •⚠ match-by-hash has not been updated in over a year.