min32 0.1.0

Minimal boilerplate code for targeting win32 with no-std
Documentation
min32-0.1.0 has been yanked.

Min32

This is a minimal library that can be used to help create no-std executables for win32 targets.

It implements GlobalAlloc, #[panic_handler], and also assists with defining entry points (i.e. WinMain and DllMain).