radium 0.2.0

Helper traits for working with maybe-atomic values
Documentation

radium

Latest Version Documentation

radium provides a helper trait with a uniform API for interacting with both atomic types like AtomicUsize, and non-atomic types like Cell<usize>.

This crate is #![no_std]-compatible, and uses no non-core types.

For more details, see the trait's documentation.


@kneecaw - https://twitter.com/kneecaw/status/1132695060812849154

Feelin' lazy: Has someone already written a helper trait abstracting operations over AtomicUsize and Cell<usize> for generic code which may not care about atomicity?

@ManishEarth - https://twitter.com/ManishEarth/status/1132706585300496384

no but call the crate radium

(since people didn't care that it was radioactive and used it in everything)