treiber_stack 1.1.0

A lockless, thread-safe, atomic linked-list.
Documentation
[dependencies.arc-swap]
version = "1.7.1"

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

[package]
authors = ["Tim Boudreau <tim@timboudreau.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = "A lockless, thread-safe, atomic linked-list."
edition = "2021"
homepage = "https://github.com/timboudreau/treiber_stack"
keywords = ["lockless", "stack", "treiber", "concurrent"]
license = "MIT"
name = "treiber_stack"
readme = "README.md"
repository = "https://github.com/timboudreau/treiber_stack.git"
version = "1.1.0"