Welcome to Day 4
Today we will cover topics relating to building large-scale software in Rust:
- 迭代器:深入了解
Iterator
特征。 - 模块和可见性。
- Testing.
- 错误处理:panic、“Result”和 try 运算符“?”。
- 不安全 Rust:当无法用安全 Rust 表达您的意图时,则可将其作为应急方法。
时间表
{{%session outline}}
Today we will cover topics relating to building large-scale software in Rust:
Iterator
特征。{{%session outline}}