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.

সময়সূচী

Including 10 minute breaks, this session should take about 2 hours and 50 minutes. It contains:

SegmentDuration
স্বাগতম3 minutes
প্যাটার্ন মিলানো1 hour
মেথড এবং ট্রেইট45 minutes
জেনেরিকস40 minutes