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)
Bu oturum 10 dakikalık aralar dahil yaklaşık 2 saat 40 dakika sürmelidir. İçeriği:
Bölüm | Süre |
---|---|
Hoş Geldiniz | 3 dakika |
Adımlayıcılar (Iterators) | 45 dakika |
Modüller | 40 dakika |
Test Etme | 45 dakika |