atomic 0.4.6

Generic Atomic<T> wrapper type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
nightly = []
std = []

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Generic Atomic<T> wrapper type"
documentation = "https://amanieu.github.io/atomic-rs/atomic/index.html"
keywords = ["atomic", "no_std"]
license = "Apache-2.0/MIT"
name = "atomic"
readme = "README.md"
repository = "https://github.com/Amanieu/atomic-rs"
version = "0.4.6"