stack_collections 0.3.2

Stack-allocated collections for Rust
Documentation
[features]
alloc = []
default = ["std"]
nightly = []
std = ["alloc"]

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

[package]
authors = ["Kyle Thapar <kylethapar2007@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std", "no-std::no-alloc"]
description = "Stack-allocated collections for Rust"
documentation = "https://docs.rs/stack_collections"
edition = "2024"
homepage = "https://github.com/OverwrittenCode/stack_collections"
keywords = ["stack", "collections", "no-heap"]
license = "MIT OR Apache-2.0"
name = "stack_collections"
readme = "README.md"
repository = "https://github.com/OverwrittenCode/stack_collections"
version = "0.3.2"

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