4일차 개요
Today we will cover topics relating to building large-scale software in Rust:
- 반복자:
Iterator
트레잇 심층 분석 - 모듈과 가시성
- Testing.
- 오류처리(에러 핸들링): 패닉,
Result
,?
연산자. - 안전하지 않은 Rust: 안전한 Rust로 원하는 것을 표현할 수 없을 때에만 사용하세요.
일정 예약
Including 10 minute breaks, this session should take about 2 hours and 40 minutes. It contains:
Segment | Duration |
---|---|
개요 | 3 minutes |
Iterators | 45 minutes |
모듈 | 40 minutes |
테스트 | 45 minutes |