# 30분만에 Rust 배우기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1620](https://news.hada.io/topic?id=1620)
- GeekNews Markdown: [https://news.hada.io/topic/1620.md](https://news.hada.io/topic/1620.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-01T09:10:56+09:00
- Updated: 2020-03-01T09:10:56+09:00
- Original source: [fasterthanli.me](https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/)
- Points: 9
- Comments: 2

## Topic Body

- 간단한 코드와 설명만으로 쉽게 한번에 읽을 수 있는 Rust 언어 가이드

- 변수, 타입, 튜플, 함수, 리턴타입, 블록, if, 도트, 더블콜론, std, struct, match, mut, trait..

## Comments



### Comment 1232

- Author: functor
- Created: 2020-03-02T09:56:56+09:00
- Points: 1

잘 봤습니다. introduction 으로 좋네요.

### Comment 1228

- Author: xguru
- Created: 2020-03-01T09:11:03+09:00
- Points: 1

일부 개념들에 대한 설명이 부족해서 읽으면서 검색도 하고 하다보니

딱 30분 보다는 좀 더 걸렸던거 같은데 정말 편하게 작성된 가이드 입니다.

이거만 읽고나서 러스트 코드 작성까지는 무리겠지만, 코드 읽는데는 많이 도움될 것 같아요.
