Decision Workspace
into_enum vs into_variant vs model-mapper
Side-by-side comparison of Rust crates
36
into_enum
growingv0.1.0
Rust macro to generate trivial From impls
38
into_variant
growingv0.3.0
Easily convert your types into the corresponding enum variant
53
model-mapper
growingv0.7.1
Derive macro to map between different types
Core Metrics
| into_enum | into_variant | model-mapper | |
|---|---|---|---|
| Health Score | 36 | 38 | 53 |
| Total Downloads | 1.1K | 7.3K | 17.9K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 6 |
| Releases | 1 | 4 | 17 |
| Last Updated | 534d ago | 1472d ago | 37d ago |
| Age | 1y 5m | 4y 1m | 2y 7m |
Health Breakdown
into_enum
Maintenance
2
Quality
15
Community
5
Popularity
4
Documentation
10
into_variant
Maintenance
3
Quality
15
Community
5
Popularity
5
Documentation
10
model-mapper
Maintenance
17
Quality
13
Community
8
Popularity
5
Documentation
10
Technical Details
| into_enum | into_variant | model-mapper | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.0 | 0.7.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT-CMU | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 3 | 2 | 2 |
| Crate Size | 3KB | 5KB | 12KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 17.6% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •model-mapper leads with a health score of 53/100, but none of the options score above 80.
- •⚠ into_enum, into_variant have not been updated in over a year.