Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active October 20, 2020 09:04
Show Gist options
  • Select an option

  • Save davidbarkhuizen/a5d17e23d8b9bfbe230088275cb8a2a6 to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/a5d17e23d8b9bfbe230088275cb8a2a6 to your computer and use it in GitHub Desktop.
rust language resources

rustlang

language tool ecosystem

domain name
package manager cargo
linting rustfmt
update rustup

documentation

books

doc.rust-lang.org

language installation

official install script

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

vscode support

ctrl + p ext install rust-lang.rust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment