Cross-compiling Rust programs for a Raspberry Pi from macOS
This took me a while to figure out, so I’m putting this here to save someone some time! I wanted to cross-compile Rust programs on my Mac to run on a Raspberry Pi (Zero in this case, but that shouldn’t matter much). The easiest way to do this is as …