rustup. rs - The Rust toolchain installer To install Rust, download and run rustup‑init exe then follow the onscreen instructions You may also need the Visual Studio prerequisites If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust
安装 Rust - Rust 程序设计语言 安装 Rust 使用 Rustup(推荐) 您似乎正在运行 Windows。 要使用 Rust,请下载安装器,然后运行该程序并遵循屏幕上的指示。 当看到相应提示时,您可能需要安装 Microsoft C++ 生成工具。 如果您不在 Windows 上,参看 “其他安装方式”。
GitHub - rust-lang rustup: The Rust toolchain installer Rustup installs The Rust Programming Language from the official release channels, enabling you to easily switch between stable, beta, and nightly compilers and keep them updated
Installation - The rustup book - GitHub Pages rustup installs rustc, cargo, rustup and other standard tools to Cargo’s bin directory On Unix it is located at $HOME cargo bin and on Windows at %USERPROFILE%\ cargo\bin