A single-producer, single-consumer, lockless, no_std, thread-safe queue based on BipBuffers.
# Cargo.toml
[dependencies]
bbqueue = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a BBQueue, split into producer and consumer, write and read data.
Always call commit after writing to a grant, and release after reading.
No dependency data recorded yet.