min32 0.1.0

Minimal boilerplate code for targeting win32 with no-std
Documentation
[dependencies.min32-proc]
version = "=0.1.0"

[dependencies.spin]
version = "0.9.8"

[dependencies.windows-sys]
default-features = false
features = ["Win32_System_Threading", "Win32_System_Memory"]
version = "0.59"

[lib]
name = "min32"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Minimal boilerplate code for targeting win32 with no-std"
edition = "2024"
license = "GPL-3.0-only"
name = "min32"
readme = false
repository = "https://github.com/FishAndRips/min32"
version = "0.1.0"