4 日目のトレーニングにようこそ
本日は、Rust での大規模なソフトウェアのビルドに関連するトピックを取り上げます。
- イテレータ:
Iterator
トレイトの詳細。 - モジュールと可視性。
- Testing.
- エラー処理: パニック、
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 |