The Rust Programming Language

Download all the Slides (updated on demand).

Session 1

Session 2

Session 3

Session 3 - Homework

Pick one! Send me your main.rs file and upload it here

Option 1: Guess the number game

The task: Write a command line application where users can guess a number

Option 2: Telnet chat

Take the examples on async Rust and write a telnet chat. The Tokio examples from the slides will help you.