stackalloc 1.1.0

Safely allocate and manipulate arbitrarily-sized slices on the stack at runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.cc]
version = "1.0"

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

[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"
repository = "https://github.com/notflan/stackalloc-rs"
version = "1.1.0"