boxed_array_ringbuffer 0.1.0

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]
authors = ["Andreas Grois"]
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"
repository = "https://github.com/soulsource/boxed_array_ringbuffer"
resolver = "2"
rust-version = "1.56"
version = "0.1.0"