# Microsoft의 Rust 기초 가이드 [한국어]

> Clean Markdown view of GeekNews topic #4095. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4095](https://news.hada.io/topic?id=4095)
- GeekNews Markdown: [https://news.hada.io/topic/4095.md](https://news.hada.io/topic/4095.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-19T09:47:28+09:00
- Updated: 2021-04-19T09:47:28+09:00
- Original source: [docs.microsoft.com](https://docs.microsoft.com/ko-kr/learn/paths/rust-first-steps/)
- Points: 41
- Comments: 7

## Topic Body

- 약 5시간 분량의 러스트 언어 초급 학습 가이드

#1 Rust 시작 : 필요한 도구 설치

#2 기본 개념

#3 오류 처리 방법

#4 메모리 관리 방식 이해

#5 제네릭 형식 및 특성(Traits) 구현하기

#6 모듈, 패키지, 제3자 Crate 탐색

#7 자동화된 테스트 작성

#8 CLI로 To-Do 프로그램 작성하기

## Comments



### Comment 4998

- Author: xguru
- Created: 2021-04-25T11:24:42+09:00
- Points: 5

- Rust 프로그래밍 언어 [한국어판] https://news.hada.io/topic?id=1152

- Rust - 높은 성능와 신뢰를 확보하기 위한 언어 '러스트의 멋짐을 모르는 당신은 불쌍해요' https://news.hada.io/topic?id=991

- Python을 Rust로 변환하며 Rust배우기 https://news.hada.io/topic?id=2563

- 자바 개발자를 위한 Rust https://news.hada.io/topic?id=2865

- Node 개발자를 위한 Rust 가이드 https://news.hada.io/topic?id=2338

- 30분만에 Rust 배우기 https://news.hada.io/topic?id=1620

- Tour of Rust - 단계별로 배우는 Rust 가이드 https://news.hada.io/topic?id=2439

- Rustlings - 버그 수정하며 Rust 언어 배우기 https://news.hada.io/topic?id=3739

- 위험한 방법으로 Rust 배우기 https://news.hada.io/topic?id=1138

- 소형 마크다운 컴파일러 제작하며 Rust배우기 https://news.hada.io/topic?id=2102

### Comment 4926

- Author: tkwlsrl
- Created: 2021-04-19T23:56:50+09:00
- Points: 1

MS가 이런걸 만들다니??

### Comment 4918

- Author: alstjr7375
- Created: 2021-04-19T10:32:45+09:00
- Points: 1

러스트가 뜨긴 뜨려나봐요.

### Comment 4916

- Author: ffdd270
- Created: 2021-04-19T10:13:22+09:00
- Points: 2

이번 년도에는 과연 Move Loved 언어 뿐만 아니라 사용권도 가시적인 범위로 들어올 수 있을지... 🙏

### Comment 4915

- Author: e1q88
- Created: 2021-04-19T10:00:54+09:00
- Points: 1

다양한 가이드 들이 있어서 한번씩 보면 재밋을 내용이 많이 있네요! 😀

### Comment 4914

- Author: nurinamu
- Created: 2021-04-19T09:55:26+09:00
- Points: 1

오 hello world 찍어 봐야겠네요 ㅋ

### Comment 4913

- Author: xguru
- Created: 2021-04-19T09:47:38+09:00
- Points: 2

이 First steps with 시리즈는 Go 랑 C#도 있습니다

- Go : https://docs.microsoft.com/ko-kr/learn/paths/go-first-steps/

- C# : https://docs.microsoft.com/ko-kr/learn/paths/csharp-first-steps/
