Decision Workspace
extract-variant vs try_match vs quickvariant
Side-by-side comparison of Rust crates
41
extract-variant
growingv1.0.0
Destructure expressions into, and return assignments from, a single pattern.
53
try_match
growingv0.4.2
Fallible pattern matching with a function-like syntax
44
quickvariant
experimentalv0.1.3
C++-style variant library.
Core Metrics
| extract-variant | try_match | quickvariant | |
|---|---|---|---|
| Health Score | 41 | 53 | 44 |
| Total Downloads | 8.0K | 1.5M | 1.4K |
| 30d Downloads | 36 | 102.8K | 7 |
| Dependents | 0 | 63 | 0 |
| Releases | 6 | 9 | 4 |
| Last Updated | 1085d ago | 610d ago | 239d ago |
| Age | 3y 3m | 6y 5m | 8m |
Health Breakdown
extract-variant
Maintenance
4
Quality
14
Community
5
Popularity
5
Documentation
13
try_match
Maintenance
5
Quality
18
Community
11
Popularity
7
Documentation
12
quickvariant
Maintenance
13
Quality
14
Community
3
Popularity
4
Documentation
10
Technical Details
| extract-variant | try_match | quickvariant | |
|---|---|---|---|
| Version | 1.0.0 | 0.4.2 | 0.1.3 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 2 | 1 |
| Crate Size | 8KB | 14KB | 3KB |
| Features | 0 | 5 | 0 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 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.
- •⚠ extract-variant, try_match have not been updated in over a year.
- •try_match, quickvariant are pre-1.0 — API may change.