A Rust cross compilation journey
I recently had to configure cross-compilation for one of my Rust project, and, oh boy… What a journey ⛵ Manual test on target platform I wanted to be able to compile on Linux / MacOS / Windows and _x8664 / aarch64. Before adding the layer of complexity required by cross-compilation, I wanted to test on…