A nonblocking single-producer single-consumer ring buffer with fixed capacity.
# Cargo.toml
[dependencies]
async-ringbuffer = "0.5.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a ring buffer, push and pop a value asynchronously.
Add tokio as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.