A fixed-size circular buffer for efficient FIFO operations.
# Cargo.toml
[dependencies]
ringbuffer = "0.16.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a ring buffer, pushes elements, and pops the oldest one.
No known issues recorded.
No dependency data recorded yet.