entity-derive 0.8.2

Derive macro for generating DTOs, repositories, and SQL from a single entity definition
Documentation
1
2
3
4
5
6
7
error: `#[map(expr = "...")]` contains an invalid Rust expression: unexpected token
  --> tests/cases/fail/map_expr_invalid.rs:10:10
   |
10 | #[derive(Entity)]
   |          ^^^^^^
   |
   = note: this error originates in the derive macro `Entity` (in Nightly builds, run with -Z macro-backtrace for more info)