Decision Workspace
derive-from-one vs model-mapper vs derive-into
Side-by-side comparison of Rust crates
37
derive-from-one
growingv0.1.0
Automatically generates `From` impls so you don't have to
53
model-mapper
growingv0.7.1
Derive macro to map between different types
52
derive-into
growingv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
Core Metrics
| derive-from-one | model-mapper | derive-into | |
|---|---|---|---|
| Health Score | 37 | 53 | 52 |
| Total Downloads | 4.9K | 17.9K | 12.6K |
| 30d Downloads | 0 | 0 | 4.3K |
| Dependents | 0 | 6 | 0 |
| Releases | 1 | 17 | 6 |
| Last Updated | 1015d ago | 37d ago | 90d ago |
| Age | 2y 9m | 2y 7m | 1y |
Health Breakdown
derive-from-one
Maintenance
1
Quality
14
Community
3
Popularity
4
Documentation
15
model-mapper
Maintenance
17
Quality
13
Community
8
Popularity
5
Documentation
10
derive-into
Maintenance
13
Quality
15
Community
6
Popularity
5
Documentation
13
Technical Details
| derive-from-one | model-mapper | derive-into | |
|---|---|---|---|
| Version | 0.1.0 | 0.7.1 | 0.2.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 5 | 2 | 5 |
| Crate Size | 5KB | 12KB | 25KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 17.6% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.70 | — | — |
| 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.
- •⚠ derive-from-one has not been updated in over a year.