circular-queue 0.1.2

A circular buffer-like queue.
Documentation

circular-queue

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

License

Licensed under either of

at your option.