Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.1 KB

Rust 中的命令列應用程式

This repo contains the CLAiR, the Command Line Applications in Rust book. It is written and updated by the Rust CLI working group.

Building

Building the book requires mdBook. To get it:

$ cargo install mdbook

To build the book, type:

$ 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:

$ mdbook test

Multi-language support

Unofficial translation: