atomic-queue 0.1.0

Simple bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue.
Documentation
[[bench]]
harness = false
name = "atomic_queue_benchmark"

[dependencies]
[dev-dependencies.criterion]
version = "^0.3"

[dev-dependencies.log]
version = "^0.4.14"

[dev-dependencies.rand]
version = "^0.8.4"

[dev-dependencies.ringbuf]
version = "^0.2.6"

[dev-dependencies.wisual-logger]
version = "^0.1.2"

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