atomic-queue 0.1.0

Simple bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue.
Documentation
[package]
name = "atomic-queue"
description = "Simple bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue."
license = "MIT"
homepage = "https://github.com/yamadapc/augmented-audio"
repository = "https://github.com/yamadapc/augmented-audio"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
log = "^0.4.14"
wisual-logger = "^0.1.2"
rand = "^0.8.4"
criterion = "^0.3"
ringbuf = "^0.2.6"

[[bench]]
name = "atomic_queue_benchmark"
harness = false