A ring buffer with a fixed capacity, which can be stored on the stack.
# Cargo.toml
[dependencies]
arraydeque = "0.5.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a fixed-capacity deque and pushes/ pops elements.
No known issues recorded.
No dependency data recorded yet.