Welcome to my personal blog

Rust to the Pi

Introduction Cross compilation is the action of compiling for a different target platform than the one you are building on (Example: Compiling from a Linux machine and run your program on Windows, a Raspberry Pi, an Arduino board…). Sometimes your target platform does not have enough resources to compile the code, sometimes it’s just too slow. In any case, cross compilation is the solution and Rust supports a great number of platforms....

January 25, 2022 · 10 min · Kévin Rauscher