We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Serde_derive has many advantages over serde_macros and a short list of disadvantages which are within sight of being eliminated.
Here are the things that need to happen before serde_derive can replace serde_macros:
rustc_macro_derive
Nice-to-haves but not blockers:
The text was updated successfully, but these errors were encountered:
Serde_derive has many advantages over serde_derive
Shouldn't that be "Serde_derive has many advantages over serde_macros" or something?
Sorry, something went wrong.
Fixed, thanks.
I released 0.8.10 announcing the deprecation.
I made a users.rust-lang.org post as well.
Box<RawValue>
#[serde(flatten)]
No branches or pull requests
Serde_derive has many advantages over serde_macros and a short list of disadvantages which are within sight of being eliminated.
Here are the things that need to happen before serde_derive can replace serde_macros:
rustc_macro_derive
rust-lang/rust#36211 (we have a workaround)Nice-to-haves but not blockers:
The text was updated successfully, but these errors were encountered: