Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

학습하기 자료추가 및 분리 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 9 additions & 6 deletions content/pages/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ NOTE: 코딩모임이 열린다면 주석처리된 아래의 코드를 되살리

디스코드와 연결된 <span class="custom-tooltip">IRC 채널<irc://irc.ozinger.org/#rust></span>도 운영하고 있습니다.

- [설치하기](/pages/install)
- [러스트 공식 안내서: "The Rust Programming Language"](https://doc.rust-lang.org/book/) (영문)
- [2판 한국어 번역](https://rinthel.github.io/rust-lang-book-ko/)
- ["Rust By Example" 한국어 번역](https://hanbum.gitbooks.io/rustbyexample/content/)
- ["The Edition Guide" 한국어 번역](https://yegeun542.github.io/rust-edition-guide-ko/)
- [행동 규칙]
##### 학습하기

먼저 [설치하기](/pages/install)를 통해 설치를 해주세요.

러스트 공식 안내서인 ["The Rust Programming Language"](https://doc.rust-lang.org/book/)([2판 한국어 번역](https://rinthel.github.io/rust-lang-book-ko/))로 배워보세요.

어렵다면 ["Tour of Rust"](https://tourofrust.com/00_ko.html)를, 빠르게 프로그램을 만들어보고 싶다면 [마이크로소프트의 "Rust로 첫 번째 단계 수행"](https://learn.microsoft.com/ko-kr/training/paths/rust-first-steps/)도 참고해보세요.

["Rust By Example"](https://doc.rust-lang.org/rust-by-example/)([한국어 번역](https://hanbum.gitbooks.io/rustbyexample/content/))으로 각종 예제를 살펴보거나, ["The Edition Guide"](https://doc.rust-lang.org/edition-guide/introduction.html)([한국어 번역](https://yegeun542.github.io/rust-edition-guide-ko/))으로 에디션별 주요 변화를 알 수 있습니다.

&nbsp;

Expand Down