1. Introduction
  2. First steps
    1. Hello, world
    2. No-std
    3. Variables
    4. Expressions
      1. Conditionals
      2. Loops
    5. Numbers
    6. Printing I
    7. Pointers
    8. Structs
      1. Methods
      2. Printable
    9. Generics
      1. Traits
    10. Printing II: Printable
    11. Copy and Clone
    12. Drop
  3. Language
    1. Primitive types
      1. Unit
      2. Ints
      3. Floats
      4. Booleans
      5. Strings
      6. Pointers
    2. Structs
    3. Functions
    4. RAII
      1. Move
  4. Api
    1. Vectors
    2. Slices
    3. Maps
    4. Options
    5. Results