[dependencies]
[lib]
name = "rolling_buffer"
path = "src/lib.rs"
[package]
authors = ["Artyom Baryshnikov"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple circular heap buffer wrapper around the Vec"
edition = "2024"
homepage = "https://github.com/ArtyomBA/rolling-buffer"
keywords = ["buffer", "circular", "rolling", "util"]
license-file = "LICENSE"
name = "rolling-buffer"
readme = "README.md"
repository = "https://github.com/ArtyomBA/rolling-buffer"
version = "0.1.1"