Decision Workspace
extrude vs matched_enums vs try_match
Side-by-side comparison of Rust crates
34
extrude
growingv0.1.0
A macro for unwrapping an enum value into an Option.
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.
53
try_match
growingv0.4.2
Fallible pattern matching with a function-like syntax
Core Metrics
| extrude | matched_enums | try_match | |
|---|---|---|---|
| Health Score | 34 | 52 | 53 |
| Total Downloads | 2.7K | 1.9K | 1.5M |
| 30d Downloads | 8 | 6 | 102.8K |
| Dependents | 1 | 0 | 63 |
| Releases | 1 | 4 | 9 |
| Last Updated | 1604d ago | 230d ago | 610d ago |
| Age | 4y 4m | 11m | 6y 5m |
Health Breakdown
extrude
Maintenance
1
Quality
16
Community
4
Popularity
4
Documentation
9
matched_enums
Maintenance
12
Quality
19
Community
5
Popularity
4
Documentation
12
try_match
Maintenance
5
Quality
18
Community
11
Popularity
7
Documentation
12
Technical Details
| extrude | matched_enums | try_match | |
|---|---|---|---|
| Version | 0.1.0 | 1.3.0 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 2 |
| Crate Size | 9KB | 13KB | 14KB |
| Features | 0 | 1 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.88 | 1.56 |
| 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.
- •⚠ extrude, try_match have not been updated in over a year.
- •extrude, try_match are pre-1.0 — API may change.