This repo contains the CLAiR, the Command Line Applications in Rust book. It is written and updated by the Rust CLI working group.
Building the book requires mdBook. To get it:
$ cargo install mdbookTo build the book, type:
$ mdbook buildThe output will be in the book subdirectory.
To check it out, open book/index.html in your web browser.
To run the tests:
$ mdbook testUnofficial translation:
- 中文(zh_CN):Rust 中的命令行应用 (2021-09-13)
- 한글(ko_KR):Rust 커맨드라인 애플리케이션 (2023-05-31)