expanding_slice_rb 0.2.0

A self-expanding ring buffer similar to VecDeque optimized for working with slices of data
Documentation
[dependencies.slice_ring_buf]
version = "0.3"

[lib]
name = "expanding_slice_rb"
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"]
description = "A self-expanding ring buffer similar to VecDeque optimized for working with slices of data"
documentation = "https://docs.rs/expanding_slice_rb"
edition = "2021"
keywords = ["ring", "circular", "queue", "vecdeque", "slice"]
license = "MIT"
name = "expanding_slice_rb"
readme = "README.md"
repository = "https://github.com/BillyDM/expanding_slice_rb"
version = "0.2.0"