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.
সময়সূচী
Including 10 minute breaks, this session should take about 2 hours and 50 minutes. It contains:
Segment | Duration |
---|---|
স্বাগতম | 3 minutes |
পুনরাবৃত্তিকারী | 45 minutes |
Modules | 40 minutes |
টেস্টিং | 1 hour |