msvc-alloca 0.3.0

Provides MSVC's _alloca for the most bare metal of bare metal projects.
docs.rs failed to build msvc-alloca-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: msvc-alloca-0.2.0

msvc-alloca

This crate provides a safe-ish wrapper around the MSVC _alloca function.

This is similar to alloca-rs, but the main difference is that we compile our alloca wrapper with /GS-, which disables stack protection and enables it to link with a /SUBSYSTEM:NATIVE//KERNEL//DRIVER binary.

For example usage, check out example/.