[package]
edition = "2024"
name = "bytearray-ringbuffer"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple hello world library for demonstration"
homepage = "https://github.com/yourusername/hello-world-lib"
documentation = "https://docs.rs/hello-world-lib"
readme = "README.md"
keywords = [
"hello",
"world",
"example",
"demo",
"tutorial",
]
categories = [
"development-tools",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourusername/hello-world-lib"
[lib]
name = "bytearray_ringbuffer"
path = "src/lib.rs"
[dependencies]