Files
thpeetz-notes/Infos/IT/rust.md
T

374 B

tags
tags
IT/Development/Rust

Install rustup

Linux

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

Windows

  • Download and execute rustup installer from rust#Link

Update

rustup update

Uninstall

rustup self uninstall