Decision Workspace
derive-from-ext vs derive-into vs fromit
Side-by-side comparison of Rust crates
38
derive-from-ext
growingv0.2.0
Derive macro implementing 'From' for structs
55
derive-into
experimentalv0.2.4
A Rust derive macro for easily creating conversions between structs and enums
43
fromit
growingv0.1.2
A super powerful macro for generating new structs with getters, setters, and `From` or `TryFrom` implementation based on the given struct.
Core Metrics
| derive-from-ext | derive-into | fromit | |
|---|---|---|---|
| Health Score | 38 | 55 | 43 |
| Total Downloads | 14.2K | 6.1K | 8.0K |
| 30d Downloads | 179 | 1.3K | 26 |
| Dependents | 0 | 0 | 3 |
| Releases | 2 | 6 | 6 |
| Last Updated | 1443d ago | 31d ago | 1118d ago |
| Age | 3y 11m | 11m | 3y 1m |
Health Breakdown
derive-from-ext
Maintenance
4
Quality
14
Community
5
Popularity
5
Documentation
10
derive-into
Maintenance
17
Quality
14
Community
6
Popularity
5
Documentation
13
fromit
Maintenance
4
Quality
13
Community
8
Popularity
5
Documentation
13
Technical Details
| derive-from-ext | derive-into | fromit | |
|---|---|---|---|
| Version | 0.2.0 | 0.2.4 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0/MIT |
| Dependencies | 4 | 5 | 8 |
| Crate Size | 4KB | 25KB | 12KB |
| 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.
- •derive-from-ext has the most downloads (14.2K), suggesting wider adoption.
- •⚠ derive-from-ext, fromit have not been updated in over a year.