radium 0.2.0

Helper traits for working with maybe-atomic values
Documentation
[package]
name = "radium"
version = "0.2.0"
authors = [
    "Nika Layzell <nika@thelayzells.com>",
    "myrrlyn <self@myrrlyn.dev>"
]
license = "MIT"
readme = "README.md"
repository = "https://github.com/mystor/radium"
homepage = "https://github.com/mystor/radium"
documentation = "https://docs.rs/radium"
description = "Helper traits for working with maybe-atomic values"
keywords = ["atomic", "cell", "sync", "generic", "trait"]
categories = ["concurrency", "no-std"]

include = ["src/**/*", "Cargo.toml", "README.md"]

edition = "2018"

[dependencies]

[dev-dependencies]
static_assertions = "1"