#rest

unmaintained atomic-option

An atomic, nullable, owned pointer

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

⚠️ Issues reported

#343 in #rest

Download history 716/week @ 2024-07-23 661/week @ 2024-07-30 701/week @ 2024-08-06 748/week @ 2024-08-13 613/week @ 2024-08-20 857/week @ 2024-08-27 700/week @ 2024-09-03 668/week @ 2024-09-10 526/week @ 2024-09-17 599/week @ 2024-09-24 434/week @ 2024-10-01 406/week @ 2024-10-08 576/week @ 2024-10-15 512/week @ 2024-10-22 609/week @ 2024-10-29 331/week @ 2024-11-05

2,106 downloads per month
Used in 11 crates (2 directly)

MIT license

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.

No runtime deps