dyn-stack 0.11.0

Dynamic stack wrapper for unsized allocations
Documentation
[package]
name = "dyn-stack"
version = "0.11.0"
edition = "2021"
authors = ["sarah <>"]
description = "Dynamic stack wrapper for unsized allocations"
readme = "README.md"
repository = "https://github.com/kitegi/dynstack/"
license = "MIT"
keywords = ["stack", "allocation", "unsized", "array", "slice"]

[dependencies]
bytemuck = "1"

[features]
default = []
nightly = []

[dev-dependencies]
criterion = "0.4"

[[bench]]
name = "dynstack"
harness = false

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