msvc-alloca 0.3.0

Provides MSVC's _alloca for the most bare metal of bare metal projects.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1.0"

[build-dependencies.cfg-if]
version = "1.0"

[package]
authors = ["Dan Chiarlone"]
description = "Provides MSVC's _alloca for the most bare metal of bare metal projects."
edition = "2021"
keywords = ["msvc", "alloca", "dynamic", "stack", "allocation"]
license = "AGPL-3.0"
name = "msvc-alloca"
readme = "README.md"
repository = "https://github.com/danbugs/msvc-alloca"
version = "0.3.0"