Decision Workspace
fast_enum_conversion vs sumtype vs litenum
Side-by-side comparison of Rust crates
29
fast_enum_conversion
growingv0.1.0
Zerocost conversion between enums
51
sumtype
growingv0.2.6
Generate zerocost sumtype of iterators or closures
47
litenum
growingv1.1.1
minimal convertion utilities between literal and enum
Core Metrics
| fast_enum_conversion | sumtype | litenum | |
|---|---|---|---|
| Health Score | 29 | 51 | 47 |
| Total Downloads | 1.2K | 12.4K | 8.1K |
| 30d Downloads | 2 | 74 | 10 |
| Dependents | 0 | 8 | 0 |
| Releases | 1 | 13 | 7 |
| Last Updated | 799d ago | 136d ago | 588d ago |
| Age | 2y 2m | 1y 7m | 2y 7m |
Health Breakdown
fast_enum_conversion
Maintenance
1
Quality
9
Community
5
Popularity
4
Documentation
10
sumtype
Maintenance
12
Quality
15
Community
9
Popularity
5
Documentation
10
litenum
Maintenance
4
Quality
19
Community
6
Popularity
5
Documentation
13
Technical Details
| fast_enum_conversion | sumtype | litenum | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.6 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 2 | 3 |
| Crate Size | 3KB | 14KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 100.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sumtype leads with a health score of 51/100, but none of the options score above 80.
- •⚠ fast_enum_conversion, litenum have not been updated in over a year.
- •fast_enum_conversion, sumtype are pre-1.0 — API may change.