fixed_circular_buffer 0.2.2

A queue (the abstract data structure) implemented using a fixed size circular buffer
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Lolirofle <lolipopple@hotmail.com>"]
description = "A queue (the abstract data structure) implemented using a fixed size circular buffer"
documentation = "http://lolirofle.github.io/fixed_circular_buffer/fixed_circular_buffer/"
homepage = "https://github.com/Lolirofle/fixed_circular_buffer"
keywords = ["queue", "fifo", "circular", "ring", "cyclic", "buffer", "collection"]
license = "LGPL-3.0"
name = "fixed_circular_buffer"
repository = "https://github.com/Lolirofle/fixed_circular_buffer.git"
version = "0.2.2"