Tutorial by Examples

Install the toolchain with curl https://sh.rustup.rs -sSf | sh You should have the latest stable version of rust already. You can check that by typing rustc --version If you want to update, just run rustup update

Page 1 of 1