atomic-rs
atomic-rs copied to clipboard
Please consider supporting de/serialization with `serde`.
serde has built-in support for serializing and deserializing the standard library's Atomic types. It would be handy if this crate also supported serializing and deserializing its own Atomic types (perhaps enabled with a crate feature).
If you'd considering accepting a PR to add this feature, let me know! I would consider writing one up.
Sure, I would be happy to accept a PR for this.
Thank you! I submitted https://github.com/Amanieu/atomic-rs/pull/42.
Fixed with PR #42.