Decision Workspace
transitive_from vs derive_more vs derive-into
Side-by-side comparison of Rust crates
47
transitive_from
growingv0.1.3
Helper macros for creating hierarchies of transitive `From` implementations.
73
derive_more
stablev2.1.1
Adds #[derive(x)] macros for more traits
55
derive-into
experimentalv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
Core Metrics
| transitive_from | derive_more | derive-into | |
|---|---|---|---|
| Health Score | 47 | 73 | 55 |
| Total Downloads | 13.7K | 289.1M | 6.1K |
| 30d Downloads | 260 | 23.9M | 1.3K |
| Dependents | 0 | 44.8K | 0 |
| Releases | 4 | 51 | 6 |
| Last Updated | 1990d ago | 95d ago | 31d ago |
| Age | 5y 5m | 10y | 11m |
Health Breakdown
transitive_from
Maintenance
9
Quality
16
Community
5
Popularity
5
Documentation
12
derive_more
Maintenance
13
Quality
22
Community
15
Popularity
8
Documentation
15
derive-into
Maintenance
17
Quality
14
Community
6
Popularity
5
Documentation
13
Technical Details
| transitive_from | derive_more | derive-into | |
|---|---|---|---|
| Version | 0.1.3 | 2.1.1 | 0.2.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 0 | 5 | 5 |
| Crate Size | 8KB | 89KB | 25KB |
| Features | 0 | 29 | 1 |
| Yanked % | 0.0% | 3.9% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.81.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •derive_more leads with a health score of 73/100, but none of the options score above 80.
- •derive_more is depended on by 44.8K crates — strongest ecosystem trust.
- •⚠ transitive_from has not been updated in over a year.
- •transitive_from, derive-into are pre-1.0 — API may change.