Wulf / dsync

Generate rust structs & query functions from diesel schema files
Other
70 stars 13 forks source link

Refactor derives #87

Closed hasezoey closed 11 months ago

hasezoey commented 1 year ago

This PR refactors how the derives are generated, this should make it easier to work with. Also now only generates the necessary derives which a given StructType needs.

As a side-effect the order of derives have slightly changed

re #56 --only-necessary-derives