aarc 0.4.0

An atomically updatable Arc for lock-free concurrency.
Documentation
[dependencies.fast-smr]
version = "0.2.3"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "memory-management", "data-structures", "algorithms"]
description = "An atomically updatable Arc 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.4.0"

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