cueue 0.6.0

High performance SPSC circular byte buffer with batch operations
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

[[bench]]
harness = false
name = "ipc_bench"
path = "benches/ipc_bench.rs"

[dependencies.libc]
version = "0.2.132"

[[example]]
name = "basics"
path = "examples/basics.rs"

[[example]]
name = "ipc_read"
path = "examples/ipc_read.rs"

[[example]]
name = "ipc_write"
path = "examples/ipc_write.rs"

[lib]
name = "cueue"
path = "src/lib.rs"

[package]
authors = ["Benedek Thaler"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "High performance SPSC circular byte buffer with batch operations"
edition = "2021"
keywords = ["spsc", "queue", "ringbuffer"]
license = "MIT"
name = "cueue"
readme = "README.md"
repository = "https://github.com/erenon/cueue"
version = "0.6.0"