Stage 2.2: Installation
The recommended way to install Rust and its tools is to download rustup, Rust's toolchain
manager.
You can download it here:
https://www.rust-lang.org/tools/install (RUSTUP-INIT)
After the installation you can run rustc --version
(Rust's compiler) to check, if it's
installed properly.