[dependencies]
[dev-dependencies.rand]
version = "0.8.3"
[features]
default = []
never_unchecked = []
[package]
authors = ["buzzec <buzzec@buzzec.net>"]
categories = ["data-structures"]
description = "An arbitrary type atomic storage with swap operations"
edition = "2018"
exclude = [".idea/*"]
homepage = "https://github.com/Buzzec/atomic_swapping"
keywords = ["atomic"]
license = "MIT OR Apache-2.0"
name = "atomic_swapping"
readme = "README.md"
repository = "https://github.com/Buzzec/atomic_swapping"
version = "0.1.0"