entity-derive-impl
Procedural macro implementation for entity-derive.
This is an internal crate. Use entity-derive directly.
Overview
This crate contains the proc-macro implementation for the #[derive(Entity)] macro.
It generates:
- DTOs (
CreateRequest,UpdateRequest,Response) - Repository traits and implementations
- Type-safe SQL queries
- Projections and filters
Documentation
For complete documentation, examples, and usage guide, see:
- entity-derive documentation - Full API reference
- GitHub repository - Source code and examples
- Wiki - Comprehensive guides
License
MIT License - see LICENSE