Decision Workspace
asenum_derive vs asenum vs try_convert
Side-by-side comparison of Rust crates
38
asenum_derive
growingv0.1.0
Small derive macro to safely convert the numerical value of an enum to the enum
37
asenum
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_derive | asenum | try_convert | |
|---|---|---|---|
| Health Score | 38 | 37 | 40 |
| Total Downloads | 1.2K | 992 | 2.7K |
| 30d Downloads | 51 | 3 | 5 |
| Dependents | 1 | 0 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 440d ago | 440d ago | 775d ago |
| Age | 1y 2m | 1y 2m | 2y 1m |
Health Breakdown
asenum_derive
Maintenance
2
Quality
15
Community
7
Popularity
4
Documentation
10
asenum
Maintenance
2
Quality
15
Community
6
Popularity
4
Documentation
10
try_convert
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| asenum_derive | asenum | 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 | 3 | 1 | 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_derive, asenum, try_convert have not been updated in over a year.