Introducing Rust for Windows, and the windows crate

The windows system crate that Microsoft made for Rust is pretty awesome, it’s what the windows header for C/C++ should have done long ago (but since they didn’t then compiling that header is a bit of hell especially in compilation time for quick rebuilds, hence excessive precompiled header horrors).

1 Like