xguru 2019-11-26 | parent | favorite | on: Rust로 Command Line 앱 만들기(rust-lang-nursery.github.io)

Rust 가 왜 Command-Line App 개발에 좋은가
https://www.rust-lang.org/what/cli

- 빠르고 테스트가 편하다.
- 싱글바이너리로 배포가 쉽다.
- 여러플랫폼에서 환경설정파일 다루기가 편하다.
- 매뉴얼 페이지 자동생성
- 다른 CLI와의 연동이 쉽다.
- 유연한 로깅