Other Rust Resources

๋Ÿฌ์ŠคํŠธ ์ปค๋ฎค๋‹ˆํ‹ฐ๋Š” ์˜จ๋ผ์ธ์—์„œ ๊ณ ํ’ˆ์งˆ์˜ ๋ฌด๋ฃŒ ์†Œ์Šค๋ฅผ ๋งŒ๋“ค์—ˆ์Šต๋‹ˆ๋‹ค.

The Rust community has created a wealth of high-quality and free resources online.

Official Documentation

๋Ÿฌ์ŠคํŠธ ํ”„๋กœ์ ํŠธ๋Š” ์—ฌ๋Ÿฌ ๋ฆฌ์†Œ์Šค๋ฅผ ํ˜ธ์ŠคํŒ…ํ•ฉ๋‹ˆ๋‹ค. ์ผ๋ฐ˜์ ์ธ ๋‚ด์šฉ์„ ๋‹ค๋ฃจ๋Š” ๋ช‡๊ฐ€์ง€์ž…๋‹ˆ๋‹ค:

The Rust project hosts many resources. These cover Rust in general:

  • The Rust Programming Language: ๋Ÿฌ์ŠคํŠธ์— ๋Œ€ํ•œ ๋ฌด๋ฃŒ ํ‘œ์ค€ ์„œ์ ์ž…๋‹ˆ๋‹ค. ์–ธ์–ด์— ๋Œ€ํ•œ ์ž์„ธํ•œ ์„ค๋ช…๊ณผ ์‚ฌ๋žŒ๋“ค์ด ๋นŒ๋“œ ํ• ์ˆ˜ ์žˆ๋Š” ๋ช‡๊ฐ€์ง€ ํ”„๋กœ์ ํŠธ๋ฅผ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค.
  • Rust By Example: ์—ฌ๋Ÿฌ ์˜ˆ์ œ๋ฅผ ํ†ตํ•ด ๋Ÿฌ์ŠคํŠธ์˜ ๋ฌธ๋ฒ•์„ ๋ณด์—ฌ์ฃผ๋ฉฐ ๋•Œ๋•Œ๋กœ ์ฝ”๋“œ๋ฅผ ํ™•์žฅํ•˜๋Š” ์•ฝ๊ฐ„์˜ ์—ฐ์Šต๋ฌธ์ œ๋“ค์ด ํฌํ•จ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.
  • Rust Standard Library: ๋Ÿฌ์ŠคํŠธ ํ‘œ์ค€ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์ „์ฒด ๋ฌธ์„œ์ž…๋‹ˆ๋‹ค.
  • The Rust Reference: ๋ฉ”๋ชจ๋ฆฌ ๋ชจ๋ธ๋ง๊ณผ ๋Ÿฌ์ŠคํŠธ ๋ฌธ๋ฒ•์„ ์„ค๋ช…ํ•˜๋Š” ๋ฌธ์„œ์ž…๋‹ˆ๋‹ค.(์•„์ง ๋ถˆ์™„์ „ํ•˜๋‹คํ•จ)
  • The Rust Programming Language: the canonical free book about Rust. Covers the language in detail and includes a few projects for people to build.
  • Rust By Example: covers the Rust syntax via a series of examples which showcase different constructs. Sometimes includes small exercises where you are asked to expand on the code in the examples.
  • Rust Standard Library: full documentation of the standard library for Rust.
  • The Rust Reference: an incomplete book which describes the Rust grammar and memory model.

์ข€ ๋” ์ „๋ฌธ์ ์ธ ๊ณต์‹ ๊ฐ€์ด๋“œ์ž…๋‹ˆ๋‹ค:

More specialized guides hosted on the official Rust site:

  • The Rustonomicon: ์•ˆ์ „ํ•˜์ง€ ์•Š์€ ๋Ÿฌ์ŠคํŠธ, FFI, rawํฌ์ธํ„ฐ ์ž‘์—…์„ ๋‹ค๋ฃน๋‹ˆ๋‹ค.
  • Asynchronous Programming in Rust: ๋Ÿฌ์ŠคํŠธ ๋ถ์ด ์ž‘์„ฑ ๋œ ์ดํ›„ ๋„์ž…๋œ ์ƒˆ๋กœ์šด ๋น„๋™๊ธฐ ํ”„๋กœ๊ทธ๋ž˜๋ฐ ๋ชจ๋ธ์„ ๋‹ค๋ฃน๋‹ˆ๋‹ค.
  • The Embedded Rust Book: ์šด์˜์ฒด์ œ๊ฐ€ ์—†๋Š” ์ž„๋ฒ ๋””๋“œ ์žฅ์น˜์—์„œ์˜ ๋Ÿฌ์ŠคํŠธ ์‚ฌ์šฉ๋ฒ•์„ ์†Œ๊ฐœํ•ฉ๋‹ˆ๋‹ค.
  • The Rustonomicon: covers unsafe Rust, including working with raw pointers and interfacing with other languages (FFI).
  • Asynchronous Programming in Rust: covers the new asynchronous programming model which was introduced after the Rust Book was written.
  • The Embedded Rust Book: an introduction to using Rust on embedded devices without an operating system.

Unofficial Learning Material

๋Ÿฌ์ŠคํŠธ์— ๋Œ€ํ•œ ๊ธฐํƒ€ ์•ˆ๋‚ด์„œ์™€ ํŠœํ† ๋ฆฌ์–ผ์˜ ์ผ๋ถ€์ž…๋‹ˆ๋‹ค:

A small selection of other guides and tutorial for Rust:

  • Learn Rust the Dangerous Way: C์–ธ์–ด ํ”„๋กœ๊ทธ๋ž˜๋จธ ๊ด€์ ์—์„œ ๋Ÿฌ์ŠคํŠธ๋ฅผ ๋‹ค๋ฃน๋‹ˆ๋‹ค.
  • Rust for Embedded C Programmers: ์ž„๋ฒ ๋””๋“œ C๊ฐœ๋ฐœ์ž(ํŽŒ์›จ์–ด ๊ฐœ๋ฐœ์ž)๋ฅผ ์œ„ํ•œ ๋Ÿฌ์ŠคํŠธ ๊ฐ€์ด๋“œ์ž…๋‹ˆ๋‹ค.
  • Rust for professionals: ๋‹ค๋ฅธ ์–ธ์–ด(C/C++, Java, Python, Javascript)์™€์˜ ๋ณ‘๋ ฌ๋น„๊ต๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋Ÿฌ์ŠคํŠธ ๋ฌธ๋ฒ•์„ ๋‹ค๋ฃน๋‹ˆ๋‹ค.
  • Rust on Exercism: ๋Ÿฌ์ŠคํŠธ๋ฅผ ๋ฐฐ์šฐ๋Š”๋ฐ ๋„์›€์ด ๋˜๋Š” 100๊ฐœ ์ด์ƒ์˜ ์—ฐ์Šต๋ฌธ์ œ
  • Ferrous Teaching Material: ๋Ÿฌ์ŠคํŠธ ์–ธ์–ด์˜ ๊ธฐ๋ณธ๋ถ€ํ„ฐ ๊ณ ๊ธ‰์„ ์ „๋ถ€ ๋‹ค๋ฃจ๋Š” ์ผ๋ จ์˜ ์ž‘์€ ํ”„๋ ˆ์  ํ…Œ์ด์…˜, ์›น ์–ด์…ˆ๋ธ”๋ฆฌ, async/await ๊ฐ™์€ ๋ถ€๋ถ„๋„ ํ•จ๊ป˜ ๋‹ค๋ฃน๋‹ˆ๋‹ค.
  • Beginnerโ€™s Series to Rust, Take your first steps with Rust: ์ฒซ๋ฒˆ์งธ๋Š” 35๊ฐœ์˜ ์‹œ๋ฆฌ์ฆˆ ์˜์ƒ์ด๋ฉฐ ๋‘๋ฒˆ์งธ๋Š” ๋Ÿฌ์ŠคํŠธ์˜ ๋ฌธ๋ฒ•๊ณผ ๊ตฌ์กฐ๋ฅผ ๋‹ค๋ฃจ๋Š” 11๊ฐœ์˜ ๋ชจ๋“ˆ ์„ธํŠธ์ž…๋‹ˆ๋‹ค.

Little Book of Rust Books์—์„œ ๋” ๋งŽ์€ ๋Ÿฌ์ŠคํŠธ ๋ถ์„ ํ™•์ธํ•ด๋ณด์„ธ์š”.

Please see the Little Book of Rust Books for even more Rust books.