rust install

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

# Mac or Linux
curl https://sh.rustup.rs -sSf | shcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Source

Also in C++: