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