Crate min32

Source
Expand description

§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).

Functions§

set_hook
Set or clear the panic hook.

Type Aliases§

HINSTANCE
PanicHook
Defines a panic hook, which is just a function that takes a PanicInfo.

Attribute Macros§

dllmain
Defines the entry point for a Win32 dynamic library.
winmain
Defines the entry point for a Win32 executable.