4. Gün’e Hoş Geldiniz
Today we will cover topics relating to building large-scale software in Rust:
- Iterators: a deep dive on the
Iterator
trait. - 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.
Zamanlama (Schedule)
Including 10 minute breaks, this session should take about 2 hours and 40 minutes. It contains:
Segment | Duration |
---|---|
Hoş Geldiniz | 3 minutes |
Adımlayıcıyılar (Iterators) | 45 minutes |
Modüller | 40 minutes |
Test Etme | 45 minutes |