boxed_array_ringbuffer 0.1.2

A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque.
Documentation
[lib]
name = "boxed_array_ringbuffer"
path = "src/lib.rs"

[package]
authors = ["Andreas Grois"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque."
edition = "2021"
keywords = ["ringbuffer", "fixed-size"]
license = "MIT"
name = "boxed_array_ringbuffer"
readme = "README.md"
repository = "https://git.grois.info/boxed_array_ringbuffer/"
rust-version = "1.56"
version = "0.1.2"