Lock-free SPSC FIFO ring buffer with direct access to inner data for high-performance concurrency.
# Cargo.toml
[dependencies]
ringbuf = "0.4.8"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a ring buffer, pushes two items, and pops one.
Use a multi-producer queue like crossbeam if needed.
No dependency data recorded yet.