How to install Rust

MacOS and Linux

Rust calls the setup by "rustup". And to run they, follow this command:

curl https://sh.rustup.rs -sSf | sh

This command will download and run the rustup-init.sh

To check the version of Rust run:

rustc --version