The Tao of Rust: Table of Contents
Rust stable 1.31.0 +
Rust Nightly 1.31.0 +
输出文档时指定target目录:
$ cargo doc --target-dir ./
$ git clone https://github.com/ZhangHanDong/tao-of-rust-codes.git
$ cd tao-of-rust-codes
$ cargo doc
$ open target/doc/tao_of_rust/index.html
在线阅读:
or:
点击Run,跳转到play.rust-lang.org