array_buf 0.1.0

Highly optimized fixed-capacity deque buffer stored on stack
Documentation
[features]
default = ["std"]
std = []

[lib]
name = "array_buf"
path = "src/lib.rs"

[package]
authors = ["Dmitry Rodionov <gh@rdmtr.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Highly optimized fixed-capacity deque buffer stored on stack"
documentation = "https://docs.rs/array_buf/"
edition = "2024"
include = ["src"]
keywords = ["array", "queue", "deque", "ring", "circular"]
license = "MIT OR Apache-2.0"
name = "array_buf"
readme = "README.md"
repository = "https://github.com/RoDmitry/array_buf"
rust-version = "1.93.0"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]