[badges.maintenance]
status = "passively-maintained"
[dependencies]
[features]
alloc = []
default = ["alloc"]
[lib]
name = "slice_ring_buf"
path = "src/lib.rs"
[package]
authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std", "no-std::no-alloc"]
description = "A ring buffer implementation optimized for working with slices"
documentation = "https://docs.rs/slice_ring_buf"
edition = "2021"
keywords = ["ring", "circular", "buffer", "dsp"]
license = "MIT"
name = "slice_ring_buf"
readme = "README.md"
repository = "https://github.com/BillyDM/slice_ring_buf"
version = "0.3.1"