[features]
default = ["std"]
std = []
[package]
authors = ["andylokandy"]
categories = ["no-std", "data-structures", "memory-management"]
description = "A ring buffer with a fixed capacity, which can be stored on the stack."
documentation = "https://docs.rs/arraydeque"
edition = "2021"
homepage = "https://github.com/andylokandy/arraydeque"
keywords = ["ring", "circular", "stack", "deque", "array"]
license = "MIT/Apache-2.0"
name = "arraydeque"
readme = "README.md"
repository = "https://github.com/andylokandy/arraydeque"
resolver = "2"
version = "0.5.1"