Decision Workspace
derive-from-one vs derive-into vs model-mapper
Side-by-side comparison of Rust crates
37
derive-from-one
growingv0.1.0
Automatically generates `From` impls so you don't have to
55
derive-into
experimentalv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
52
model-mapper
growingv0.7.0
Derive macro to map between different types
Core Metrics
| derive-from-one | derive-into | model-mapper | |
|---|---|---|---|
| Health Score | 37 | 55 | 52 |
| Total Downloads | 4.6K | 6.1K | 17.0K |
| 30d Downloads | 345 | 1.3K | 97 |
| Dependents | 0 | 0 | 6 |
| Releases | 1 | 6 | 16 |
| Last Updated | 956d ago | 31d ago | 46d ago |
| Age | 2y 7m | 11m | 2y 5m |
Health Breakdown
derive-from-one
Maintenance
1
Quality
14
Community
3
Popularity
4
Documentation
15
derive-into
Maintenance
17
Quality
14
Community
6
Popularity
5
Documentation
13
model-mapper
Maintenance
16
Quality
13
Community
8
Popularity
5
Documentation
10
Technical Details
| derive-from-one | derive-into | model-mapper | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.4 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 5 | 5 | 2 |
| Crate Size | 5KB | 25KB | 12KB |
| Features | 0 | 1 | 2 |
| Yanked % | 0.0% | 0.0% | 18.8% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.70 | — | — |
| 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.
- •model-mapper has the most downloads (17.0K), suggesting wider adoption.
- •⚠ derive-from-one has not been updated in over a year.