Closed hydrolarus closed 4 years ago
Maybe it makes more sense to allow custom attributes on struct definitions? That way the programmer can choose whether they want to derive Debug
or not or add other derives and attributes.
Does that sound like a better solution?
Superseded by #7
This commit makes all relations derive
Debug
. With aDebug
implementantion it's more comfortable debugging during development.