Is there any support for Rust in the Gonk build system to start developping a prototype devicesvcd in Rust?
No, but that should not be a problem. You can add a step to build.sh that checks if we have a rustc stable compiler with the arm target and if not use rustup.rs to install one.
For anyone interested, here’s what I have achieved so far:
1 Like