Earlier quoted context omitted.
I don't disagree that broader platform support is a reason to choose C++, but Rust is just as capable at integrating with the specific platforms you're talking about.
> Rust is just as capable at integrating with the specific platforms you're talking about. Maybe it’s possible but definitely not as straightforward to use rust on iOS. Compared to C++.
The use-cases I know of basically build a library exposing the C ABI, which is slightly annoying but effective. I'm guessing you're referring to Swift C++ interop?