Decision Workspace
patum vs penum vs try_match
Side-by-side comparison of Rust crates
36
patum
growingv0.1.6
Make enum conform to a given pattern
43
penum
growingv0.1.30
Make enum conform to a given pattern
53
try_match
growingv0.4.2
Fallible pattern matching with a function-like syntax
Core Metrics
| patum | penum | try_match | |
|---|---|---|---|
| Health Score | 36 | 43 | 53 |
| Total Downloads | 1.5K | 36.0K | 1.5M |
| 30d Downloads | 3 | 51 | 102.8K |
| Dependents | 0 | 0 | 63 |
| Releases | 1 | 31 | 9 |
| Last Updated | 1119d ago | 530d ago | 610d ago |
| Age | 3y | 3y | 6y 5m |
Health Breakdown
patum
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
10
penum
Maintenance
8
Quality
14
Community
6
Popularity
5
Documentation
10
try_match
Maintenance
5
Quality
18
Community
11
Popularity
7
Documentation
12
Technical Details
| patum | penum | try_match | |
|---|---|---|---|
| Version | 0.1.6 | 0.1.30 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 7 | 2 |
| Crate Size | 6KB | 641KB | 14KB |
| Features | 0 | 3 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| 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.
- •⚠ patum, penum, try_match have not been updated in over a year.