Welcome to Day 4
Today we will cover topics relating to building large-scale software in Rust:
- Iterators: a deep dive on the
Iteratortrait. - Modules and visibility.
- Testing.
- Error handling: panics,
Result, and the try operator?. - Unsafe Rust: the escape hatch when you can’t express yourself in safe Rust.
Schedule
Including 10 minute breaks, this session should take about 3 hours and 5 minutes. It contains:
| Segment | Duration |
|---|---|
| Benvenuti | 3 minutes |
| Iteratori | 45 minutes |
| Moduli | 40 minutes |
| Testare | 1 hour and 5 minutes |