Welcome to Day 2

Now that we have seen a fair amount of Rust, today will focus on Rust’s type system:

  • Pattern matching: extracting data from structures.
  • 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.

Mục lục

Buổi học nên kéo dài khoảng 2 tiếng và 10 phút, bao gồm thời gian 10 phút nghỉ trưa. Nội dung buổi học bao gồm:

SegmentThời lượng
Lời Chào Mừng3 minutes
Pattern Matching1 hour
Methods and Traits50 minutes