Skip to content
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

Rebase #5

Closed
wants to merge 64 commits into from
Closed

Rebase #5

wants to merge 64 commits into from

Conversation

sanlee42
Copy link
Owner

@sanlee42 sanlee42 commented Jan 2, 2023

No description provided.

GREsau and others added 30 commits March 29, 2021 16:38
Read #[validate(...)] attributes
Default values that don't implement Serialize are now ignored, rather than causing a compile error.
This is done by simulating specialization using a technique copied from Rocket:
https://github.com/SergioBenitez/Rocket/blob/5ebefa97c992c37bdc476299304a339d429a43fc/core/lib/src/sentinel.rs#L391-L445

Fixes #115
GREsau and others added 29 commits May 15, 2022 22:30
The comment in the code says this code was copied from another source
with an appropriate link. However just local to this file it is not
clear what the license terms of that code are. I added the license
notice to this file that governs the particular code that was copied
over.

I would like to use this crate in an environment where we want to be
clear about licensing. Hopefully this is an okay change otherwise I
would be more than happy to do this a different way as long as the
license provenance is clear.
Deriving `Debug` is no longer enough to suppress warnings about unused fields
This feature inadvertently introduced a breaking change (#144)

This reverts commits: feb6c4b
b38a553.
Signed-off-by: Randy Barlow <randy.barlow@deepgram.com>
Based on #162

Co-authored-by: teozkr <teo@nullable.se>
Co-authored-by: Graham Esau <gesau@hotmail.co.uk>
serde_json 1.0.25 brings in the json! macro that is used here
(https://github.com/serde-rs/json/releases/tag/v1.0.25)
@sanlee42 sanlee42 closed this Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants