array_buf 0.1.1

Highly optimized fixed-capacity deque buffer stored on the stack
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[features]
default = ["std"]
std = []

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