rustup Installation

Rust is installed with the rustup tool.


Linux, Mac OS, and Unixes

run the following in your shell then follow the onscreen instructions:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Windows for 64-bit x86_64

download and run rustup‑init.exe then follow the onscreen instructions.

Windows for 32-bit i686

download and run rustup‑init.exe then follow the onscreen instructions.