toolu-orm-macros 0.2.0

Proc macros (Table, FromRow, relations) for toolu-orm
Documentation
1
2
3
4
5
6
7
8
9
error: #[derive(Relational)] only works on structs
  --> tests/ui/relational_on_enum.rs:6:1
   |
 6 | / #[relational(table = "widgets")]
 7 | | enum Widget {
 8 | |   A,
 9 | |   B,
10 | | }
   | |_^