rtrb 0.3.1

A realtime-safe single-producer single-consumer ring buffer
Documentation
[[bench]]
harness = false
name = "single_thread_single_byte"

[[bench]]
harness = false
name = "single_thread_two_bytes"

[[bench]]
harness = false
name = "single_thread_with_chunks"

[[bench]]
harness = false
name = "two_threads"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.crossbeam-utils]
default-features = false
version = "0.8"

[dev-dependencies.rand]
version = "0.8"

[features]
default = ["std"]
std = []

[lib]
bench = false

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>", "Matthias Geier <Matthias.Geier@gmail.com>"]
categories = ["concurrency", "data-structures", "no-std"]
description = "A realtime-safe single-producer single-consumer ring buffer"
edition = "2018"
exclude = [".*"]
keywords = ["lock-free", "wait-free", "spsc", "queue"]
license = "MIT OR Apache-2.0"
name = "rtrb"
readme = "README.md"
repository = "https://github.com/mgeier/rtrb"
rust-version = "1.38"
version = "0.3.1"
[profile.bench]
codegen-units = 1
lto = true
opt-level = 3