A realtime-safe single-producer single-consumer ring buffer for audio and other low-latency applications.
# Cargo.toml
[dependencies]
rtrb = "0.3.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a ring buffer, pushes a value, and pops it.
Use a multi-producer ring buffer or synchronize access externally.
No dependency data recorded yet.