Google News
logo
Rust - Interview Questions
Which platforms are supported by Rust?
There are various platforms supported by Rust, including the following:

* Linux
* macOS
* Windows
* iOS
* Android
* FreeBSD
* NetBSD
* OpenBSD
* Solaris
* WebAssembly

Rust has strong cross-compiling support, allowing developers to build applications for multiple target platforms from a single development environment.
Advertisement