#pointers #atomic #owned #nullable

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

#5 in #nullable

Download history 668/week @ 2023-11-29 1107/week @ 2023-12-06 962/week @ 2023-12-13 930/week @ 2023-12-20 352/week @ 2023-12-27 850/week @ 2024-01-03 683/week @ 2024-01-10 513/week @ 2024-01-17 495/week @ 2024-01-24 657/week @ 2024-01-31 775/week @ 2024-02-07 913/week @ 2024-02-14 907/week @ 2024-02-21 932/week @ 2024-02-28 784/week @ 2024-03-06 462/week @ 2024-03-13

3,262 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