ring_buffer 0.1.0

RingBuffer is a mix of a vector and a queue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ring_buffer"
version = "0.1.0"
authors = ["Kai Rese"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "RingBuffer is a mix of a vector and a queue"
documentation = "https://docs.rs/ring_buffer/0.1.0/"
homepage = "https://crates.io/crates/ring_buffer"
repository = "https://git.h3n.eu/Kulasko/ring_buffer"

[badges]
maintenance = { status = "passively-maintained" }