1. About teach-rs
  2. Course Introduction
  3. Foundations of Rust
    1. Basic Syntax
    2. Ownership and References
    3. Advanced Syntax
    4. Traits and Generics
    5. Closures and Dynamic dispatch
    6. Interior mutability
  4. Crate Engineering
  5. Multitasking
    1. Introduction to Multitasking
    2. Parallel Multitasking
    3. Asynchronous Multitasking
  6. Rust for Web
  7. Rust for Systems Programming
  8. Scientific Computing with Rust
  9. Teachers Guide
  10. Contributing