Decision Workspace
web3_rust_wrapper vs try_match vs matched_enums
Side-by-side comparison of Rust crates
33
web3_rust_wrapper
growingv0.5.2
web3_rust_wrapper
53
try_match
growingv0.4.2
Fallible pattern matching with a function-like syntax
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.
Core Metrics
| web3_rust_wrapper | try_match | matched_enums | |
|---|---|---|---|
| Health Score | 33 | 53 | 52 |
| Total Downloads | 36.5K | 1.5M | 1.9K |
| 30d Downloads | 64 | 102.8K | 6 |
| Dependents | 0 | 63 | 0 |
| Releases | 31 | 9 | 4 |
| Last Updated | 1227d ago | 610d ago | 230d ago |
| Age | 4y 1m | 6y 5m | 11m |
Health Breakdown
web3_rust_wrapper
Maintenance
7
Quality
11
Community
4
Popularity
5
Documentation
6
try_match
Maintenance
5
Quality
18
Community
11
Popularity
7
Documentation
12
matched_enums
Maintenance
12
Quality
19
Community
5
Popularity
4
Documentation
12
Technical Details
| web3_rust_wrapper | try_match | matched_enums | |
|---|---|---|---|
| Version | 0.5.2 | 0.4.2 | 1.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 22 | 2 | 3 |
| Crate Size | 114KB | 14KB | 13KB |
| Features | 0 | 5 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.56 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •try_match leads with a health score of 53/100, but none of the options score above 80.
- •⚠ web3_rust_wrapper, try_match have not been updated in over a year.
- •web3_rust_wrapper, try_match are pre-1.0 — API may change.