Welcome to Day 2

์ƒ๋‹นํ•œ ๋ถ„๋Ÿ‰์˜ ๋Ÿฌ์ŠคํŠธ์— ๋Œ€ํ•ด ๋ณด์•˜๊ณ , ์ด์–ด์„œ ์˜ค๋Š˜ ๊ฐ•์˜๋ฅผ ์ง„ํ–‰ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค:

  • ๊ตฌ์กฐ์ฒด, ์—ด๊ฑฐํ˜•, ๋ฉ”์„œ๋“œ

  • ํŒจํ„ด ๋งค์นญ: ์—ด๊ฑฐํ˜•, ๊ตฌ์กฐ์ฒด ๊ทธ๋ฆฌ๊ณ  ๋ฐฐ์—ด ๋ถ„ํ•ด

  • ํ๋ฆ„ ์ œ์–ด: if, if let, while, while let, break, ๊ทธ๋ฆฌ๊ณ  continue.

  • ํ‘œ์ค€ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ:: String, Option ๊ณผ Result, Vec, HashMap, Rc ๊ทธ๋ฆฌ๊ณ  Arc.

  • ๋ชจ๋“ˆ: ๊ฐ€์‹œ์„ฑ, ๊ฒฝ๋กœ ๋ฐ ํŒŒ์ผ ์‹œ์Šคํ…œ ๊ณ„์ธต.

Now that we have seen a fair amount of Rust, we will continue with:

  • Structs, enums, methods.

  • Pattern matching: destructuring enums, structs, and arrays.

  • Control flow constructs: if, if let, while, while let, break, and continue.

  • The Standard Library: String, Option and Result, Vec, HashMap, Rc and Arc.

  • Modules: visibility, paths, and filesystem hierarchy.