# Rust 프로그래밍 언어 [한국어판]

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1152](https://news.hada.io/topic?id=1152)
- GeekNews Markdown: [https://news.hada.io/topic/1152.md](https://news.hada.io/topic/1152.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-12-26T10:47:16+09:00
- Updated: 2019-12-26T10:47:16+09:00
- Original source: [rinthel.github.io](https://rinthel.github.io/rust-lang-book-ko/)
- Points: 11
- Comments: 1

## Topic Body

안전하고, 병렬적이며, 실용적인 언어 Rust의 공식 입문서.

Rust는 C/C++ 수준의 속도를 내면서도 메모리 오류를 없애고, 현대적인 언어기능을 많이 포함하고 있어서,

저수준 시스템 프로그래밍부터,CLI,웹서비스,DevOps,임베디드,IOT,머신러닝등 다양한 분야에서 사용중

## Comments



### Comment 784

- Author: xguru
- Created: 2019-12-26T10:50:28+09:00
- Points: 1

요즘 가장 힙한 언어. 관련된 오픈소스들이 엄청 나오고 성장하는중.

실제로 예전에 C 또는 다른 언어로 만들어졌던 것들이 Rust 기반으로 많이 변환중.

Rust 로 만들어진 것들은 대부분의 경우, 메모리를 효율적으로 사용하며, 모든 CPU코어를 사용.

 배포하기 쉬움 ( 싱글 바이너리 )
