There are slides that go with this repo, as well as a companion website.
-
Install Rust 1.51 or higher
-
Install Cargo 1.51 or higher
-
Not required, but highly recommended: install
rustfmt
and configure your editor to run it on save.
Verify that you have the right version of cargo by running:
cargo --version
It should print a version number of 1.51 or higher.
Finally, clone this repository by running this at the terminal:
git clone https://github.com/rtfeldman/intro-to-rust
cd intro-to-rust
You're all set!