-
Notifications
You must be signed in to change notification settings - Fork 23
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 a serde feature and derive serde for most structs used by providers #76
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
==========================================
- Coverage 91.47% 91.46% -0.01%
==========================================
Files 169 168 -1
Lines 30319 30307 -12
==========================================
- Hits 27733 27720 -13
- Misses 2586 2587 +1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Stephane Raux <[email protected]>
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.
I think we just need to put a base64 transform anywhere that we have serde where we use bytevec for the mls side
Allows more convenient providers implementations, e.g. with JSONs for debug. Changes mechanical.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.