- 1. Introduction
❱
- 1.1. Why use Rust with Python?
- 1.2. Learning a new language
- 1.3. How to read this book
- 2. Setup & installation
- 3. Pieces
❱
- 3.1. Hello world!
- 3.2. Introduction
❱
- 3.2.1. Protocols vs. traits
- 3.2.2. Enumerate
- 3.2.3. Zip
- 3.2.4. Tuple unpacking
- 3.2.5. Lambdas vs. closures
- 3.2.6. Single-line if-else
- 3.2.7. List comprehensions vs. map/filter
- 3.2.8. Dicts vs. HashMaps
- 3.2.9. Sets vs. HashSets
- 4. Contributors