[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"
[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