[go: up one dir, main page]

arc-swap 0.1.1

Atomically swappable Arc
Documentation
[package]
name = "arc-swap"
version = "0.1.1"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
description = "Atomically swappable Arc"
documentation = "https://docs.rs/arc-swap"
repository = "https://github.com/vorner/arc-swap"
readme = "README.md"
keywords = ["atomic", "Arc"]
categories = ["data-structures", "memory-management"]
license = "Apache-2.0/MIT"

[badges]
travis-ci = { repository = "vorner/arc-swap" }
appveyor = { repository = "vorner/arc-swap" }
maintenance = { status = "actively-developed" }

[dependencies]

[dev-dependencies]
crossbeam-utils = "~0.4"
lazy_static = "~1"
version-sync = "~0.5"