#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

#7 in #nullable

Download history 555/week @ 2024-11-22 562/week @ 2024-11-29 700/week @ 2024-12-06 713/week @ 2024-12-13 359/week @ 2024-12-20 117/week @ 2024-12-27 667/week @ 2025-01-03 641/week @ 2025-01-10 593/week @ 2025-01-17 593/week @ 2025-01-24 872/week @ 2025-01-31 1127/week @ 2025-02-07 714/week @ 2025-02-14 873/week @ 2025-02-21 755/week @ 2025-02-28 868/week @ 2025-03-07

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