Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-cli/book
Documentation on how to use the Rust Programming Language to develop commandline applications
https://github.com/rust-cli/book
Last synced: 9 days ago
JSON representation
Documentation on how to use the Rust Programming Language to develop commandline applications
- Host: GitHub
- URL: https://github.com/rust-cli/book
- Owner: rust-cli
- License: mit
- Created: 2019-12-07T00:53:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:52:01.000Z (9 months ago)
- Last Synced: 2024-05-22T08:04:54.136Z (9 months ago)
- Language: Rust
- Homepage: https://rust-cli.github.io/book/index.html
- Size: 2.54 MB
- Stars: 761
- Watchers: 18
- Forks: 102
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Command Line Applications in Rust
This repo contains the CLAiR, the [Command Line Applications in Rust][clair] book.
It is written and updated by the [Rust CLI working group][wg].## Building
Building the book requires [mdBook].
To get it:[mdBook]: https://github.com/rust-lang/mdBook
```bash
$ cargo install mdbook
```To build the book, type:
```bash
$ mdbook build
```The output will be in the `book` subdirectory.
To check it out, open `book/index.html` in your web browser.To run the tests:
```bash
$ mdbook test
```## Multi-language support
Unofficial translation:
- 中文(zh_CN):[Rust 中的命令行应用][rust-cli-zh_CN] (2021-09-13)
- 한글(ko_KR):[Rust 커맨드라인 애플리케이션][rust-cli-ko_KR] (2023-05-31)[clair]: https://rust-cli.github.io/book/
[wg]: https://github.com/rust-cli/meta
[rust-cli-zh_CN]: https://suibianxiedianer.github.io/rust-cli-book-zh_CN/
[rust-cli-ko_KR]: https://parksb.github.io/rust-cli-book-ko-kr/