-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add derives for Encode and Decode #71
Conversation
This looks good to me. Perhaps we should test that the I'll let @abonander review the macro implementation when he gets in tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A handful of nits but the principal implementation looks solid to me as well.
Did the instructions I gave help or did you not really need them?
They certainly were very useful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Thanks so much.
adding derive for HasSqlType should be pretty easy |
@abonander