# 러스트 도전!

- Author: @claffee
- Published: 2023-07-07
- Updated: 2023-07-08
- Source: http://blex.me/@claffee/%EB%9F%AC%EC%8A%A4%ED%8A%B8-%EB%8F%84%EC%A0%84
- Tags: rust

---

러스트를 하루공부했다. 
아무래도 매력적인 녀석이 확실하다. 
이번달은 언어 공부하며 https://leetcode.com/explore/featured/card/the-leetcode-beginners-guide/ 코테문제 풀고,
다음달부터 개발중인 앱의 백엔드를 차근차근 rust로 바꿔야겠다. 

### 언어공부자료
- 근본 - https://rust-book.cs.brown.edu/
	- 한국어 - https://rinthel.github.io/rust-lang-book-ko/
	
	- 강의  - https://youtube.com/playlist?list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8
	
- 구글에서 4일만에 러스트 가르치려고 만든 자료 - https://google.github.io/comprehensive-rust/	

	- 한국어- https://google.github.io/comprehensive-rust/ko/running-the-course.html
- 외국인의 한국어로 진행하는 강의 https://www.youtube.com/playlist?list=PLfllocyHVgsSJf1zO6k6o3SX2mbZjAqYE
	- 문서- https://dhghomon.github.io/easy_rust/
- rust 겨울학교 https://github.com/kaist-cp/rust-school
	- 강의자료- https://docs.google.com/presentation/d/1LbiQ1Z3FTjp1144GRwEj3EPNj-RspAthlsq3a0PCQHw/edit#slide=id.g204abd30794_0_198
	
- 플레이그라운드에서 공부(개념 요약 굿) https://tourofrust.com/03_en.html

### 초반에 하기 좋은 프로젝트
- 모음 https://github.com/MunGell/awesome-for-beginners#rust
- 블로그 개발 https://github.com/pretzelhammer/rust-blog

- 게임 개발
https://www.educative.io/courses/hands-on-game-development-rust
	
### 백엔드 공부자료 
- 근본https://www.zero2prod.com/index.html?country=Korea&discount_code=SEA60

- Axum으로 API 개발 https://youtu.be/fbBZM7cReBc
