ringbuf 0.1.4

Lock-free SPSC FIFO ring buffer with direct access to inner data
Documentation
[package]
name = "ringbuf"
version = "0.1.4"
authors = ["Alexey Gerasev <alexey.gerasev@gmail.com>"]
edition = "2018"

description = "Lock-free SPSC FIFO ring buffer with direct access to inner data"
documentation = "https://docs.rs/ringbuf"
homepage = "https://github.com/nthend/ringbuf"
repository = "https://github.com/nthend/ringbuf.git"
readme = "README.md"
keywords = ["lock-free", "spsc", "ring-buffer", "rb", "fifo"]
categories = ["concurrency", "data-structures"]
license = "MIT/Apache-2.0"

build = "build.rs"

[features]
default = []

[dependencies]

[build-dependencies]
rustc_version = "0.2"