[badges.gitlab]
repository = "Moongoodboy/bounded-vec-deque"
[features]
default = ["fused"]
fused = []
resize_with = []
[package]
authors = ["Moongoodboy <moongoodboy@shadowbolts.org>"]
categories = ["data-structures"]
description = "A double-ended queue|ringbuffer with an upper bound on its length."
keywords = ["deque", "ring", "buffer"]
license = "GPL-3.0+ OR BSD-3-Clause"
name = "bounded-vec-deque"
repository = "https://gitlab.com/Moongoodboy/bounded-vec-deque"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true