《Rust编程之道》随书源码
Switch branches/tags
Nothing to show
Clone or download
Latest commit cf2d35b Dec 13, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates Nov 11, 2018
audios modify doc Nov 21, 2018
images add book cover plan Nov 16, 2018
src modify ch13 Dec 13, 2018
.gitignore delete doc Dec 9, 2018
Cargo.toml modify README Oct 10, 2018
README.md Merge branch 'master' of https://github.com/ZhangHanDong/tao-of-rust-… Dec 9, 2018

README.md

MIT licensed

img3

《Rust编程之道》随书源码

本书预计2018.12月底出版,

跟进Rust 2018最新特性!!

跟进Rust 2018最新特性!!

跟进Rust 2018最新特性!!

说明:本仓库代码暂时不接受任何PR,因为很多都是随书源码案例,其中代码有专门的演示作用。如有异议,可以提交issues讨论。

注意:本书代码的平台是Linux或macOS

书籍勘误说明

  1. 提交issues
  2. 表明具体的「页码」、「行数」和「出错」信息
  3. 积极勘误者将获得Rust勋章一枚

Rust版本依赖:

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

(注意,因为doc.rs还不支持Rust 2018 edition,导致build失败,文档还无法在线查看)

图示

img1 img2 img3

点击Run,跳转到play.rust-lang.org img4

本书完整目录

TOC