Crates.io | circular-queue |
lib.rs | circular-queue |
version | 0.2.6 |
source | src |
created_at | 2017-07-21 19:27:24.040541 |
updated_at | 2020-07-27 08:08:22.180694 |
description | A circular buffer-like queue. |
homepage | |
repository | https://github.com/YaLTeR/circular-queue |
max_upload_size | |
id | 24435 |
size | 41,243 |
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.
Licensed under either of
at your option.