min32

Crates.iomin32
lib.rsmin32
version0.1.2
created_at2025-03-20 21:48:46.950374+00
updated_at2025-03-22 13:07:58.573699+00
descriptionMinimal boilerplate code for targeting win32 with no-std
homepage
repositoryhttps://github.com/FishAndRips/min32
max_upload_size
id1599804
size9,519
Snowy (SnowyMouse)

documentation

README

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

Compatibility

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.

License

Min32 is licensed under version 3.0 of the GNU General Public License.

Commit count: 10

cargo fmt