- Welcome to Rust with Via
- Schedule
- Miscellaneous Tips
- Creating Python Extension Modules
- 1. Welcome
- 2. Setup
- 3. Functions
- 4. Classes
- 4.1. Methods
- 5. Error Handling
- Exercises
- 6. Inventory
- 6.1. Solution
- 6.2. Instructor Notes
- 7. Non Empty Vector
- 7.1. Solution
- 7.2. Instructor Notes
- 8. Lifetimes
- 8.1. Solution
- 8.2. Instructor Notes
- 9. Mini GTFS
- 9.1. Solution
- 9.1.1. Simple Solution
- 9.1.2. Faster Solution
- 9.1.3. Instructor Notes