entity-derive-impl

Crates.ioentity-derive-impl
lib.rsentity-derive-impl
version0.3.0
created_at2026-01-06 06:52:11.956155+00
updated_at2026-01-08 03:45:44.860951+00
descriptionInternal proc-macro implementation for entity-derive. Use entity-derive instead.
homepage
repositoryhttps://github.com/RAprogramm/entity-derive
max_upload_size
id2025293
size747,212
RA (RAprogramm)

documentation

https://docs.rs/entity-derive-impl

README

entity-derive-impl

Crates.io Docs.rs License: MIT

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:

License

MIT License - see LICENSE

Commit count: 191

cargo fmt