async-ringbuffer 0.1.0

A nonblocking spsc ring buffer with fixed capacity.
Documentation
[package]
name = "async-ringbuffer"
version = "0.1.0"
authors = ["AljoschaMeyer <mail@aljoscha-meyer.de>"]
description = "A nonblocking spsc ring buffer with fixed capacity."
readme = "README.md"
license = "GPL-3.0"

[dependencies]
tokio-io = "0.1.2"
futures = "0.1.17"

[dev-dependencies]
quickcheck = "0.4.1"
void = "1.0.2"
rand = "0.3.18"