7 releases
Uses old Rust 2015
0.1.2 | Apr 18, 2016 |
---|---|
0.1.1 | Apr 18, 2016 |
0.1.0 | Feb 16, 2016 |
0.0.4 | Oct 27, 2015 |
0.0.3 | Jul 30, 2015 |
#343 in #rest
2,106 downloads per month
Used in 11 crates
(2 directly)
8KB
91 lines
atomic-option
An atomic, nullable, owned pointer.
Documentation
Usage
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
atomic-option = "0.1"
Author
Jonathan Reem is the primary author and maintainer of atomic-option.
License
MIT
lib.rs
:
atomic-option
An atomic, nullable, owned pointer.