ringbuf 0.1.7

Lock-free SPSC FIFO ring buffer with direct access to inner data
Documentation
[build-dependencies.rustc_version]
version = "0.2"

[dependencies]

[features]
default = []

[package]
authors = ["Alexey Gerasev <alexey.gerasev@gmail.com>"]
build = "build.rs"
categories = ["concurrency", "data-structures"]
description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"
documentation = "https://docs.rs/ringbuf"
edition = "2018"
homepage = "https://github.com/nthend/ringbuf"
keywords = ["lock-free", "spsc", "ring-buffer", "rb", "fifo"]
license = "MIT/Apache-2.0"
name = "ringbuf"
readme = "README.md"
repository = "https://github.com/nthend/ringbuf.git"
version = "0.1.7"