[dependencies]
[lib]
name = "atomic_ptr_cell"
path = "src/lib.rs"
[package]
authors = ["Alexander Schütz <aschuetz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Safe no_std repr(transparent) wrapper for AtomicPtr and &AtomicPtr with an api similar to a cell."
edition = "2021"
keywords = ["lockfree", "atomic", "ptr", "cell"]
license = "MIT OR Apache-2.0"
name = "atomic_ptr_cell"
readme = "README.md"
repository = "https://github.com/AlexanderSchuetz97/atomic_ptr_cell"
version = "0.1.0"
[[test]]
name = "example"
path = "tests/example.rs"
[[test]]
name = "example2"
path = "tests/example2.rs"
[[test]]
name = "test"
path = "tests/test.rs"