October 2019
Intermediate to advanced
444 pages
10h 37m
English
To test whether the installation of the Rust toolchain with rustup was successful, the rustc command is available to run in Terminal (or PowerShell on Windows):
$ rustc --versionrustc 1.33.0 (2aa4c46cf 2019-02-28)
Note that you will have a later version when you are running this. It doesn't matter if you stick to the 2018 edition for your code.
Read now
Unlock full access