通过例子学 Rust

Build Status

已于 2016-08-07 翻译完全部内容,欢迎纠正——最后更新时间 2017-10-03
Chinese translation of the Rust by Example

通过例子学 Rust(Rust by Example 中文版)包含在线代码编辑器。

使用

如果想阅读《通过例子学 Rust》,可以直接访问 https://rustwiki.org/rust-by-example/ 在线上阅读。(英文阅读地址:https://rustbyexample.com/

若想在本地阅读,请先安装 Rust,然后进行下面操作:

  1. $ git clone https://github.com/rust-lang-cn/rust-by-example-cn
  2. $ cd rust-by-example-cn
  3. $ cargo install mdbook
  4. $ mdbook build
  5. $ mdbook serve

如何贡献

请查看 CONTRIBUTING.md 文件了解详细内容。

其他语言版本

授权协议

《通过例子学 Rust》(中文版与英文版 Rust by Example 均) 使用 Apache 2.0 license 和 MIT
license 两种协议进行授权。

详情参见 LICENSE-APACHE 和 LICENSE-MIT。

来源(书栈小编注)

https://github.com/rust-lang-cn/rust-by-example-cn