Decision Workspace
simple_dto_mapper_derive vs entity-derive vs domainstack-derive
Side-by-side comparison of Rust crates
41
simple_dto_mapper_derive
experimentalv0.1.1
A derive macro for mapping DTOs with rename/transform/skip support
54
entity-derive
experimentalv0.5.0
Derive macro for generating DTOs, repositories, and SQL from a single entity definition
54
domainstack-derive
experimentalv1.1.1
Derive macros for domainstack: #[derive(Validate, ToSchema, ToJsonSchema)] - validation + auto-generate OpenAPI/JSON Schema
Core Metrics
| simple_dto_mapper_derive | entity-derive | domainstack-derive | |
|---|---|---|---|
| Health Score | 41 | 54 | 54 |
| Total Downloads | 1.8K | 321 | 419 |
| 30d Downloads | 382 | 17 | 266 |
| Dependents | 0 | 0 | 9 |
| Releases | 2 | 14 | 3 |
| Last Updated | 230d ago | 79d ago | 79d ago |
| Age | 7m | 3m | 2m |
Health Breakdown
simple_dto_mapper_derive
Maintenance
8
Quality
13
Community
6
Popularity
4
Documentation
10
entity-derive
Maintenance
15
Quality
15
Community
6
Popularity
3
Documentation
15
domainstack-derive
Maintenance
10
Quality
17
Community
9
Popularity
3
Documentation
15
Technical Details
| simple_dto_mapper_derive | entity-derive | domainstack-derive | |
|---|---|---|---|
| Version | 0.1.1 | 0.5.0 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 6 | 12 | 8 |
| Crate Size | 18KB | 29KB | 29KB |
| Features | 0 | 7 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.92 | 1.76 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •entity-derive leads with a health score of 54/100, but none of the options score above 80.
- •simple_dto_mapper_derive has the most downloads (1.8K), suggesting wider adoption.
- •simple_dto_mapper_derive, entity-derive are pre-1.0 — API may change.