stackalloc 1.2.0

Safely allocate and manipulate arbitrarily-sized slices on the stack at runtime
Documentation
[build-dependencies.cc]
version = "1.0"

[build-dependencies.rustc_version]
version = "0.2"
[dev-dependencies.lazy_static]
version = "1.4.0"

[features]
default = []
no_std = []

[package]
authors = ["Avril <flanchan@cumallover.me>"]
description = "Safely allocate and manipulate arbitrarily-sized slices on the stack at runtime"
edition = "2018"
homepage = "https://git.flanchan.moe/flanchan/stackalloc-rs"
keywords = ["alloca", "stack", "stack-allocation", "safe"]
license = "MIT"
name = "stackalloc"
readme = "README.md"
repository = "https://github.com/notflan/stackalloc-rs"
version = "1.2.0"