bytes-ringbuffer 0.1.0

Ringbuffer for the bytes crate
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"

[[package]]
name = "bytes-ringbuffer"
version = "0.1.0"
dependencies = [
 "bytes",
]