circular-queue 0.2.1

A circular buffer-like queue.
Documentation

circular-queue

crates.io Documentation Build Status Build Status

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 order.

License

Licensed under either of

at your option.