sql-gen
sql-gen copied to clipboard
Implements public-fields flag
I like my pure data structs to have public fields.
AFAIK, your crate make them by default private and there is no way to change that.
So, i have implemented a -- public-fields flag that makes all structs fields prefixed with pub.
I have tried to respect your project structure, which is very clean, btw.
I hope you will like it.