4 个版本 (稳定版)

使用旧的 Rust 2015

1.0.2 2019年1月9日
1.0.0 2019年1月8日
0.1.0 2018年10月10日

#910 in Rust 模式

MIT 许可证

4.5MB
2.5K SLoC

MIT licensed Released API docs

豆瓣书评

希望大家看过之后,可以给个评价。

《Rust 编程之道》豆瓣书评

购买链接:


img4

《Rust 编程之道》随书源码

本书现已出版。

跟进 Rust 2018 最新特性!!

跟进 Rust 2018 最新特性!!

跟进 Rust 2018 最新特性!!

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

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

书籍勘误说明

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

Rust 版本依赖:

  • Rust stable1.31.0 +
  • Rust Nightly1.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

在线阅读:

或:

图示

img1 img2 img3

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

本书完整目录

TOC

依赖项

~3.5MB
~63K SLoC