aarc 0.3.1

Atomically updatable variants of Arc and Weak for lock-free concurrency.
Documentation
[dependencies.fast-smr]
version = "0.2.2"

[dev-dependencies.rand]
version = "0.8"

[lib]
name = "aarc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "memory-management", "data-structures", "algorithms"]
description = "Atomically updatable variants of Arc and Weak for lock-free concurrency."
edition = "2021"
exclude = [".github/", ".gitignore", "target/"]
homepage = "https://github.com/aarc-rs/aarc"
keywords = ["atomic", "arc", "thread-safe", "sync", "lock-free"]
license = "MIT"
name = "aarc"
readme = "README.md"
repository = "https://github.com/aarc-rs/aarc"
version = "0.3.1"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"