Course Structure

This page is for the course instructor.

Rust Fundamentals

The two days make up Rust Fundaments. The days are fast paced and we cover a lot of ground:

  • Day 1: Basic Rust, syntax, control flow, creating and consuming values. Memory management, ownership, compound data types, and the standard library.

  • Day 2: Generics, traits, error handling, testing, and unsafe Rust.

Format

The course is meant to be very interactive and we recommend letting the questions drive the exploration of Rust!