[package] name = "rb" description = "A thread-safe ring buffer with blocking IO" keywords = ["IO", "audio", "ring-buffer", "circular-buffer"] version = "0.4.1" authors = ["Andreas Linz "] documentation = "https://docs.rs/rb" repository = "https://github.com/klingtnet/rb" license = "MIT/Apache-2.0" readme = "README.md" [dependencies] [dev-dependencies] rand_xorshift = "0" rand_core = "0"