[package]
name = "stack_collections"
version = "0.3.2"
edition = "2024"
authors = ["Kyle Thapar <kylethapar2007@outlook.com>"]
description = "Stack-allocated collections for Rust"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/OverwrittenCode/stack_collections"
homepage = "https://github.com/OverwrittenCode/stack_collections"
documentation = "https://docs.rs/stack_collections"
keywords = ["stack", "collections", "no-heap"]
categories = ["data-structures", "no-std", "no-std::no-alloc"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["std"]
std = ["alloc"]
alloc = []
nightly = []