1. Introduction
    1. Why use Rust with Python?
    2. Learning a new language
    3. How to read this book
  2. Setup & installation
  3. Pieces
    1. Hello world!
    2. Introduction
      1. Protocols vs. traits
      2. Enumerate
      3. Zip
      4. Tuple unpacking
      5. Lambdas vs. closures
      6. Single-line if-else
      7. List comprehensions vs. map/filter
      8. Dicts vs. HashMaps
      9. Sets vs. HashSets
  4. Contributors