Decision Workspace
into_enum vs into_variant vs derive-into
Side-by-side comparison of Rust crates
36
into_enum
growingv0.1.0
Rust macro to generate trivial From impls
39
into_variant
growingv0.3.0
Easily convert your types into the corresponding enum variant
55
derive-into
experimentalv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
Core Metrics
| into_enum | into_variant | derive-into | |
|---|---|---|---|
| Health Score | 36 | 39 | 55 |
| Total Downloads | 1.1K | 7.0K | 6.1K |
| 30d Downloads | 4 | 137 | 1.3K |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 4 | 6 |
| Last Updated | 475d ago | 1413d ago | 31d ago |
| Age | 1y 3m | 3y 11m | 11m |
Health Breakdown
into_enum
Maintenance
2
Quality
15
Community
5
Popularity
4
Documentation
10
into_variant
Maintenance
4
Quality
15
Community
5
Popularity
5
Documentation
10
derive-into
Maintenance
17
Quality
14
Community
6
Popularity
5
Documentation
13
Technical Details
| into_enum | into_variant | derive-into | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.0 | 0.2.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT-CMU | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 2 | 5 |
| Crate Size | 3KB | 5KB | 25KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •derive-into leads with a health score of 55/100, but none of the options score above 80.
- •into_variant has the most downloads (7.0K), suggesting wider adoption.
- •⚠ into_enum, into_variant have not been updated in over a year.