atomic-rs icon indicating copy to clipboard operation
atomic-rs copied to clipboard

Generic Atomic<T> type for Rust

Results 12 atomic-rs issues
Sort by recently updated
recently updated
newest added

Exposed the as_ptr API to match atomic. It's called as_ptr in line with [this](https://github.com/rust-lang/rust/pull/107736).

What prevents me from upgrading to 0.6 right now is that `bytemuck::Pod` isn't implemented for `NonZero*` types. Is it expected or side-effect of the implementation? Maybe a separate trait is...