# Rust로 Command Line 앱 만들기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=972](https://news.hada.io/topic?id=972)
- GeekNews Markdown: [https://news.hada.io/topic/972.md](https://news.hada.io/topic/972.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-11-26T09:22:13+09:00
- Updated: 2019-11-26T09:22:13+09:00
- Original source: [rust-lang-nursery.github.io](https://rust-lang-nursery.github.io/cli-wg/index.html)
- Points: 4
- Comments: 1

## Topic Body

작고 빠르고 배포가 편한 Rust 언어의 특징을 이용,

15분만에 코맨드라인 앱 만들어보기 튜토리얼.

에러출력/테스팅/패키징까지를 다 다루고 있어서 Rust 언어 자체를 공부하는데도 좋을듯.

## Comments



### Comment 636

- Author: xguru
- Created: 2019-11-26T09:27:08+09:00
- Points: 1

Rust 가 왜 Command-Line App 개발에 좋은가

https://www.rust-lang.org/what/cli

- 빠르고 테스트가 편하다.

- 싱글바이너리로 배포가 쉽다.

- 여러플랫폼에서 환경설정파일 다루기가 편하다.

- 매뉴얼 페이지 자동생성

- 다른 CLI와의 연동이 쉽다.

- 유연한 로깅
