Using rustup
- It looks like you’re running macOS, Linux, or another Unix-like OS. To download Rustup and install Rust, run the following in your terminal.
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Uninstall Rust
- If at any point you would like to uninstall Rust, you can run
rustup self uninstall.