dyn-stack 0.7.0

Dynamic stack wrapper for unsized allocations
Documentation
[[bench]]
harness = false
name = "dynstack"
[dependencies.reborrow]
version = "0.5"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["std"]
nightly = []
std = []

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