fixed_circular_buffer 0.2.0

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