msvc-alloca

Crates.iomsvc-alloca
lib.rsmsvc-alloca
version0.3.0
sourcesrc
created_at2024-01-10 20:44:07.363126
updated_at2024-02-08 23:01:50.430328
descriptionProvides MSVC's _alloca for the most bare metal of bare metal projects.
homepage
repositoryhttps://github.com/danbugs/msvc-alloca
max_upload_size
id1095572
size37,385
Dan Chiarlone (danbugs)

documentation

README

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/.

Commit count: 0

cargo fmt