fletch-orm-macros 1.0.0

Procedural macros for the Fletch ORM database toolkit
Documentation
1
2
3
4
5
error: Entity derive requires named fields
 --> tests/ui/tuple_struct_derive.rs:4:8
  |
4 | struct Point(i64, i64);
  |        ^^^^^