January 2018
Beginner to intermediate
454 pages
10h 8m
English
Unless your distribution provides a package for rustup, you'll need to install rustup by typing the following command in your terminal:
$ curl https://sh.rustup.rs -sSf | sh info: downloading installer Welcome to Rust! [...] Current installation options: default host triple: x86_64-unknown-linux-gnu default toolchain: stable modify PATH variable: yes 1) Proceed with installation (default) 2) Customize installation 3) Cancel installation
This downloaded rustup and asked you whether you want to customize the installation. Unless you have particular needs, you'll be okay with the default.
Note: The $ represents your shell prompt and should not be typed; you must type the text following it. Also, a line of text that doesn't start ...
Read now
Unlock full access