| domain | name |
|---|---|
| package manager | cargo |
| linting | rustfmt |
| update | rustup |
fetch install script & pipe contents to shell to execute
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
| variable | location | description |
|---|---|---|
| RUSTUP_HOME | /home/user/.rustup | Rustup metadata and toolchains |
| CARGO_HOME | /home/user/.cargo | Cargo home directory |
| PATH via /home/user/.profile | /home/user/.cargo/bin | Cargo bin directory |
ctrl + p ext install rust-lang.rust