Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Documentation on how to use the Rust Programming Language to develop commandline applications

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/