乐闻世界logo
搜索文章和话题

Which platforms does Rust support?

2024年7月18日 00:35

Rust supports multiple platforms, including the following:

  1. Windows: Rust is supported on Windows 7, 8, 8.1, and 10.

  2. macOS: Rust supports macOS, typically compatible with current and recent versions.

  3. Linux: Rust supports various Linux distributions, such as Ubuntu, Fedora, and Debian.

  4. BSD: Rust supports BSD systems such as FreeBSD and OpenBSD.

  5. Other Unix-like systems: Including Solaris and DragonFly BSD.

  6. Embedded systems: Including ARM Cortex-M series microcontrollers.

Additionally, Rust can run in web browsers via WebAssembly. Rust provides details on support and stability for the above platforms through its official platform support page.

标签:Rust