Rust for Windows - provides raw Windows API bindings for Rust.
# Cargo.toml
[dependencies]
windows-sys = "0.61.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using a basic Windows type from windows-sys.
Use conditional compilation with #[cfg(target_os = "windows")].
No dependency data recorded yet.