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
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "boxed_array_ringbuffer"
version = "0.1.2"
edition = "2021"
authors = ["Andreas Grois"]
rust-version = "1.56"
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."
repository = "https://git.grois.info/boxed_array_ringbuffer/"
license = "MIT"
keywords = ["ringbuffer", "fixed-size"]
categories = ["data-structures"]