atomicbox 0.3.0

Safe atomic pointers to boxed data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "atomicbox"
description = "Safe atomic pointers to boxed data."
version = "0.3.0"
authors = ["Jason Orendorff <jason.orendorff@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/jorendorff/atomicbox"

[dependencies]

[badges]
travis-ci = { repository = "jorendorff/atomicbox" }