Microsoft의 Rust 기초 가이드 [한국어]
(docs.microsoft.com)- 약 5시간 분량의 러스트 언어 초급 학습 가이드
#1 Rust 시작 : 필요한 도구 설치
#2 기본 개념
#3 오류 처리 방법
#4 메모리 관리 방식 이해
#5 제네릭 형식 및 특성(Traits) 구현하기
#6 모듈, 패키지, 제3자 Crate 탐색
#7 자동화된 테스트 작성
#8 CLI로 To-Do 프로그램 작성하기
- 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
이 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/