Rust Tutorial

These are the tutorial slides and exercises that were given at RustConf 2016. Before you finish, please let me know what you thought at this Google form -- your feedback helps me to improve the tutorials for others. Thanks. --nmatsakis

FYI: Ignore the links to http://rust-tutorials.com/exercises that are found in the slides; that content may get out of sync.

Beginner tutorial: Ownership and Borrowing

Slides available for download here.

Intermediate tutorial: Traits and Threads

Slides available for download: Traits and Threads.

Advanced tutorial: More lifetimes

Slides available here. Ensure you are using Nightly builds for the best error messages. Exercises are listed in the source code.