[package]
edition = "2024"
name = "bytearray-ringbuffer"
version = "0.3.0"
authors = ["Martin Pittermann"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a no_std and no-alloc ring buffer for variable-length byte slices in rust "
documentation = "https://docs.rs/bytearray-ringbuffer"
readme = "README.md"
keywords = [
"no_std",
"no-alloc",
"heapless",
"embedded",
"ringbuffer",
]
categories = [
"data-structures",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/martin2250/bytearray-ringbuffer"
[lib]
name = "bytearray_ringbuffer"
path = "src/lib.rs"
[dependencies]