Decision Workspace
into-from vs derive-into vs intuple
Side-by-side comparison of Rust crates
43
into-from
growingv0.1.5
Rust macro for impl Into<T> or From<T> for Struct
55
derive-into
experimentalv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
40
intuple
growingv0.2.0
Convert structs and enums into tuples (of refs) and back - recursive, ignore fields
Core Metrics
| into-from | derive-into | intuple | |
|---|---|---|---|
| Health Score | 43 | 55 | 40 |
| Total Downloads | 4.0K | 6.1K | 4.4K |
| 30d Downloads | 7 | 1.3K | 59 |
| Dependents | 0 | 0 | 4 |
| Releases | 5 | 6 | 2 |
| Last Updated | 465d ago | 31d ago | 864d ago |
| Age | 1y 3m | 11m | 3y 6m |
Health Breakdown
into-from
Maintenance
8
Quality
15
Community
3
Popularity
4
Documentation
13
derive-into
Maintenance
17
Quality
14
Community
6
Popularity
5
Documentation
13
intuple
Maintenance
4
Quality
15
Community
7
Popularity
4
Documentation
10
Technical Details
| into-from | derive-into | intuple | |
|---|---|---|---|
| Version | 0.1.5 | 0.2.4 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 5 | 2 |
| Crate Size | 3KB | 25KB | 11KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •⚠ into-from, intuple have not been updated in over a year.