atomic_value 0.2.0

this crate provides a way that you can load or store value atomically like Golang AtomicValue.
Documentation
[package]
authors = ["Sherlock Holo <sherlockya@gmail.com>"]
description = "this crate provides a way that you can load or store value atomically like Golang AtomicValue."
edition = "2018"
license = "MIT"
name = "atomic_value"
repository = "https://github.com/Sherlock-Holo/atomic_value"
version = "0.2.0"
[target."cfg(loom)".dependencies.loom]
version = "0.4"