The code written in these tutorials supports and runs on the Raspberry Pi 3 and the Raspberry Pi 4. Although the Raspberry Pi 3 and 4 are the main target boards, the code is written in a modular ...
Rust itself is already helping a lot in that regard, because it has built-in support for cross-compilation. All that we need for cross-compiling from an x86 host to the Raspberry Pi's AArch64 ...