Welcome to Day 4
Today we will cover topics relating to building large-scale software in Rust:
- 迭代器:深入了解
Iterator
特征。 - 模块和可见性。
- Testing.
- 错误处理:panic、“Result”和 try 运算符“?”。
- 不安全 Rust:当无法用安全 Rust 表达您的意图时,则可将其作为应急方法。
时间表
Including 10 minute breaks, this session should take about 2 hours and 40 minutes. It contains:
Segment | Duration |
---|---|
欢迎 | 3 minutes |
迭代器 | 45 minutes |
模块 | 40 minutes |
测试 | 45 minutes |