Lecture slides (2025-2026)
Lecture 1: Intro to Rust
Lecture 2: Data Type
Lecture 3: Ownership and References
Lecture 4-1: Validity
Lecture 4-2: Enum
Lecture 5: Traits and Generics.
You can also access the accompanying exercises.
Lecture slides (2024-2025)
Recordings of the lectures are also available on Collegerama
Lecture 1: Intro to Rust
Lecture 2: Data Type.
Lecture 3: Ownership and References.
Lecture 4: Enums and Errors
Lecture 5: Traits and Generics
Lecture 6: Iterators and Collections
Lecture 7: Testing and Tooling