Crates.io | tao-of-rust |
lib.rs | tao-of-rust |
version | 1.0.2 |
source | src |
created_at | 2018-10-10 09:49:46.903925 |
updated_at | 2019-01-09 07:18:15.805162 |
description | 《Rust编程之道》随书源码 |
homepage | https://github.com/ZhangHanDong/tao-of-rust-codes |
repository | https://github.com/ZhangHanDong/tao-of-rust-codes |
max_upload_size | |
id | 89036 |
size | 5,188,958 |
希望大家看完之后,可以给个评价。
本书现在已出版。
跟进Rust 2018最新特性!!
跟进Rust 2018最新特性!!
跟进Rust 2018最新特性!!
说明:本仓库代码暂时不接受任何PR,因为很多都是随书源码案例,其中代码有专门的演示作用。如有异议,可以提交issues讨论。
注意:本书代码的平台是Linux或macOS
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