Decision Workspace
domainstack-derive vs domainstack vs entity-derive
Side-by-side comparison of Rust crates
56
domainstack-derive
experimentalv1.1.1
Derive macros for domainstack: #[derive(Validate, ToSchema, ToJsonSchema)] - validation + auto-generate OpenAPI/JSON Schema
62
domainstack
experimentalv1.1.1
Write validation once, use everywhere: Rust rules auto-generate JSON Schema + OpenAPI + TypeScript/Zod. WASM browser validation. Axum/Actix/Rocket adapters.
58
entity-derive
experimentalv0.8.6
Derive macro for generating DTOs, repositories, and SQL from a single entity definition
Core Metrics
| domainstack-derive | domainstack | entity-derive | |
|---|---|---|---|
| Health Score | 56 | 62 | 58 |
| Total Downloads | 682 | 1.0K | 513 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 9 | 11 | 0 |
| Releases | 3 | 4 | 26 |
| Last Updated | 138d ago | 138d ago | 14d ago |
| Age | 4m | 4m | 5m |
Health Breakdown
domainstack-derive
Maintenance
12
Quality
17
Community
9
Popularity
3
Documentation
15
domainstack
Maintenance
17
Quality
17
Community
9
Popularity
4
Documentation
15
entity-derive
Maintenance
18
Quality
16
Community
6
Popularity
3
Documentation
15
Technical Details
| domainstack-derive | domainstack | entity-derive | |
|---|---|---|---|
| Version | 1.1.1 | 1.1.1 | 0.8.6 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 8 | 13 | 13 |
| Crate Size | 29KB | 135KB | 35KB |
| Features | 2 | 7 | 15 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.76 | 1.76 | 1.95 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •domainstack leads with a health score of 62/100, but none of the options score above 80.
- •entity-derive is pre-1.0 — API may change.