RustConf 2017 Tutorial Exercises
FYI: This page is at http://rust-tutorials.com/RustConf17/.
Beginner Tutorial
Ownership
Slides.
Shared borrows
Slides.
Mutable borrows
Slides.
Structs and such
Slides.
Intermediate Tutorial
Traits
Slides.
Intro to threading
Slides.
- Threads
- Extra credit #1: use channels instead
- Extra credit #2: or, instead of channels, use a mutex to compute the best price in
the parallel threads themselves
- Time: 10 minutes
Advanced tutorial
Slides.