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

[dev-dependencies]
lazy_static = "1.4.0"

[build-dependencies]
cc = "1.0"
rustc_version = "0.2"