Decision Workspace
amass vs derive-into vs structural-convert
Side-by-side comparison of Rust crates
42
amass
growingv0.1.1
Automatically generate `From` impls for nested enums, even across crates
55
derive-into
experimentalv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
44
structural-convert
growingv0.13.0
Derive conversion traits (From, Into, TryFrom, TryInto) when fields are structurally similar in enums or structs
Core Metrics
| amass | derive-into | structural-convert | |
|---|---|---|---|
| Health Score | 42 | 55 | 44 |
| Total Downloads | 2.1K | 6.1K | 138.0K |
| 30d Downloads | 9 | 1.3K | 9.7K |
| Dependents | 0 | 0 | 11 |
| Releases | 2 | 6 | 17 |
| Last Updated | 267d ago | 31d ago | 746d ago |
| Age | 1y 11m | 11m | 2y 1m |
Health Breakdown
amass
Maintenance
8
Quality
15
Community
5
Popularity
4
Documentation
10
derive-into
Maintenance
17
Quality
14
Community
6
Popularity
5
Documentation
13
structural-convert
Maintenance
7
Quality
15
Community
6
Popularity
6
Documentation
10
Technical Details
| amass | derive-into | structural-convert | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.4 | 0.13.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 2 | 5 | 1 |
| Crate Size | 5KB | 25KB | 9KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| 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.
- •structural-convert has the most downloads (138.0K), suggesting wider adoption.
- •⚠ structural-convert has not been updated in over a year.