Summary and Schedule

This is a new lesson built with The Carpentries Workbench.

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.

Software Setup

Rust is installed and managed via the rustup tool. Mac and Linux are the preferred system for installing and programming in Rust, but support for Windows does exist.

Linux and MacOS

Using your terminal, run this command and follow the instructions to install Rust/rustup:

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

Windows

Coming soon