atomicring 1.2.2

AtomicRingBuffer is a constant-size almost lock-free concurrent ring buffer
Documentation
[package]
name = "atomicring"
version = "1.2.2"
authors = ["Crown Software GmbH"]
description = "AtomicRingBuffer is a constant-size almost lock-free concurrent ring buffer"
license = "MIT OR Apache-2.0"
repository = "https://github.com/eun-ice/atomicring"
edition = "2018"

[features]
index_access = []

default = ["index_access"]

[dependencies]
parking_lot = "0.7"

[dev-dependencies]
mpmc = "0.1.5"