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

Implement serialization and deserialization for std::sync::atomic types #1572

Merged
merged 3 commits into from Jul 16, 2019

Conversation

Roguelazer
Copy link
Contributor

Fixes #1496.

The tests for deserialization are kind of cheesy because Atomic* types don't implement PartialEq. Let me know if you want me to try to make them better.

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit 637dba5 into serde-rs:master Jul 16, 2019
@fdubois1
Copy link

I guess it is related : #1579
Thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support for atomics data types?
3 participants