Welcome to Day 4

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.

Mục lục

Buổi học nên kéo dài khoảng 2 tiếng và 40 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
Iterators45 minutes
Modules40 minutes
Testing45 minutes