Cross-building Windows binaries in Rust

By

Originally posted on mastodon.technology.

It was surprisingly simple to set up cross-building for #Windows binaries on my #Rust projects in CI: gitlab.com/legoktm/rust-ci-pip

And the one place I was using Unix-specific code has been caught at compile time \o/

Whenever I make new releases, Windows binaries will be uploaded by CI, but in the meantime here's my "hello world" test repo: gitlab.com/legoktm/test-rs/-/r