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).
Please note that Min32 is only tested for Windows 2000 or newer.
Actual target support depends on the linker you use as well as CPU architecture.
We recommend using the *-pc-windows-gnu targets, though *-pc-windows-msvc targets should compile.
Min32 is licensed under version 3.0 of the GNU General Public License.