Welcome to Day 2
Now that we have seen a fair amount of Rust, today will focus on Rust's type system:
- Desen eşleştirme: yapılardan veri çıkarma.
- Methods: associating functions with types.
- Traits: behaviors shared by multiple types.
- Generics: parameterizing types on other types.
- Standard library types and traits: a tour of Rust's rich standard library.
Zamanlama (Schedule)
Bu oturum 10 dakikalık aralar dahil yaklaşık 2 saat 10 dakika sürmelidir. İçeriği:
Bölüm | Süre |
---|---|
Hoş Geldiniz | 3 dakika |
Desen Eşleştirme | 1 saat |
Metotlar ve Özellikler (Traits) | 50 dakika |