circular-queue 0.2.7

A circular buffer-like queue.
Documentation

circular-queue

crates.io Documentation

A circular buffer-like queue container. Created with a set capacity. When pushing new items over capacity, old ones get overwritten. Supports iteration in newest to oldest and in oldest to newest order.

License

Licensed under either of

at your option.