I am trying to figure out whether I can cross-compile Rust app to Windows 10 IoT core.
Unfortunately, the information is quite sparse. As Rust was raising, Windows 10 IoT was going away (replaced by Windows 11 IoT?)
The thing that bothered me about this process:
Based on what I read Windows 10 IoT runs only UWP. And if I read this correctly (https://doc.rust-lang.org/nightly/rustc/platform-support.html), it's only in the tier 3 support.
That being said may be I misread it and you can just build a normal Windows app in such case it will be the tier 1 support for Rust.