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
Hi,
I've been looking at Rust repository and found out that Rust make use of rustc-serialize which has been deprecated in favor of serde crate.
rustc-serialize
serde
I've opened a discussion in Rust Programming Language Internals Forum to evaluate the possibility to replace the rustc-serialize to serde in the Rust repository.
You might have already investigated this possibility and I think your feedback will be more than welcome regarding this topic.
The text was updated successfully, but these errors were encountered:
This is tracked in rust-lang/rust#40177.
Sorry, something went wrong.
Many thanks for the link.
No branches or pull requests
Hi,
I've been looking at Rust repository and found out that Rust make use of
rustc-serialize
which has been deprecated in favor ofserde
crate.I've opened a discussion in Rust Programming Language Internals Forum to evaluate the possibility to replace the
rustc-serialize
toserde
in the Rust repository.You might have already investigated this possibility and I think your feedback will be more than welcome regarding this topic.
The text was updated successfully, but these errors were encountered: