[[example]]
name = "stack_array_string"
path = "examples/stack_array_string.rs"
[[example]]
name = "stack_string"
path = "examples/stack_string.rs"
[[example]]
name = "stack_vec"
path = "examples/stack_vec.rs"
[features]
default = ["std"]
std = []
[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"]
description = "Stack-allocated collections for Rust"
documentation = "https://docs.rs/stack_collections"
edition = "2024"
homepage = "https://github.com/OverwrittenCode/stack_collections"
keywords = ["stack", "vector", "string"]
license = "MIT OR Apache-2.0"
name = "stack_collections"
readme = "README.md"
repository = "https://github.com/OverwrittenCode/stack_collections"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true