Our great sponsors
-
-
It works for Windows. That's the simple way to build for many platforms. Look at cargo cross.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I use scripts for all my multiplatform apps. Here's an example: https://github.com/Canop/broot/blob/master/compile-all-targets.sh
-
For those who are unfamiliar with what this is about, Rust has a number of ways to optimize binary sizes. Stripping various types of symbols from the binary is one approach. For more information about optimizing size: https://github.com/johnthagen/min-sized-rust