1. Introduction
    1. Why or Why Not
    2. Other Learning Resources
  2. Getting Started
    1. Getting Set Up
    2. Environment
    3. Hello World
  3. Language Basics
    1. Memory
    2. Data Types
    3. Control Flow
    4. Functions
    5. Tests
    6. Documentation
    7. Clippy and Fmt
    8. Giving types functionality
    9. Traits Intro
    10. Common Traits
    11. Collections
    12. Iterators
    13. Threads
    14. Macros
    15. Unsafe
    16. Async