Decision Workspace
asenum vs asenum_derive vs try_convert
Side-by-side comparison of Rust crates
37
asenum
growingv0.1.0
Small derive macro to safely convert the numerical value of an enum to the enum
38
asenum_derive
growingv0.1.0
Small derive macro to safely convert the numerical value of an enum to the enum
40
try_convert
growingv0.1.1
Auto-generate TryFrom and an error type, with minimal boilerplate
Core Metrics
| asenum | asenum_derive | try_convert | |
|---|---|---|---|
| Health Score | 37 | 38 | 40 |
| Total Downloads | 992 | 1.2K | 2.7K |
| 30d Downloads | 3 | 51 | 5 |
| Dependents | 0 | 1 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 440d ago | 440d ago | 775d ago |
| Age | 1y 2m | 1y 2m | 2y 1m |
Health Breakdown
asenum
Maintenance
2
Quality
15
Community
6
Popularity
4
Documentation
10
asenum_derive
Maintenance
2
Quality
15
Community
7
Popularity
4
Documentation
10
try_convert
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| asenum | asenum_derive | try_convert | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 1 | 3 | 5 |
| Crate Size | 2KB | 2KB | 10KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •try_convert leads with a health score of 40/100, but none of the options score above 80.
- •⚠ asenum, asenum_derive, try_convert have not been updated in over a year.