• Stars
    star
    805
  • Rank 56,629 (Top 2 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rust 程序设计语言 中文版——Chinese translation of The Rust Programming Language (Book)

Rust 程序设计语言

Build Status LICENSE-MIT LICENSE-APACHE GitHub last commit GitHub contributors Locatized 100% rustwiki.org

Chinese translation of The Rust Programming Language

  • 鉴于目前网上的中文版已经滞后英文内容,所以重新开启本书翻译,跟进原书,本书是 Rust 中文翻译项目组的重点翻译项目。
  • 本文档已 100% 翻译成中文,最后更新时间为 2022-02-06。
  • 本仓库翻译内容包括 Rust 中文翻译项目组本身原有的翻译以及采用网上已有的开源的翻译版本(如:KaiserY/trpl-zh-cn 译本),我们尽可能避免不必要的重复劳动,我们对原译者感激不尽!

本仓库包含《Rust 程序设计语言》图书的源码。

可以从 No Starch 出版社购买本书的英文纸质图书

中文译版注:

  1. 中文出版书名为《Rust 权威指南》,可以在线上或线下购书平台购买。
  2. 出版的版本翻译独立于本仓库翻译。

在线版可以在本组织官网上阅读中文版支持同一页面中英双语切换)或在 Rust 官网上阅读英文版。另外在 Rust 官网的英文版在线阅读可以选择 stablebetanightly 三个不同的分支版本,这几个分支版本可能滞后于英文仓库的最新内容。

依赖

构建本书需要 mdBook,最好使用的版本和 rust-lang/rust这个文件中指定的版本一致。执行以下命令安装:

$ cargo install mdbook --vers [version-num]

构建

构建此书,请输入:

$ mdbook build

输出内容存放在 book 子目录中。可使用浏览器打开来查看内容。

Firefox:

$ firefox book/index.html                       # Linux
$ open -a "Firefox" book/index.html             # OS X
$ Start-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
$ start firefox.exe .\book\index.html           # Windows (Cmd)

Chrome:

$ google-chrome book/index.html                 # Linux
$ open -a "Google Chrome" book/index.html       # OS X
$ Start-Process "chrome.exe" .\book\index.html  # Windows (PowerShell)
$ start chrome.exe .\book\index.html            # Windows (Cmd)

运行测试:

$ mdbook test

参与贡献

您的帮助,我们将感激不尽(We'd love your help)!请参见 CONTRIBUTING.md(英文原项目参与贡献指引 CONTRIBUTING-EN.md)。

翻译

我们很乐意翻译这本书!请参阅“翻译”标签(在英文原仓库)以加入当前正在进行的工作。新建一个 Issue,开始使用新语言!在我们合并任何内容之前,我们正在等待 mdbook 对多种语言的支持,只要支持后将随时可以开始!

拼写检查

要扫描源文件是否存在拼写错误,可以使用 ci 目录中的脚本 spellcheck.sh。这需要一个带有有效单词的字典文件,由 ci/dictionary.txt 提供。如果脚本产生误报(例如,使用了词语 BTreeMap 被脚本认为无效),则需要在 ci/dictionary.txt 中添加该单词(保持排序顺序以确保一致性)。

授权协议

《Rust 程序设计语言》(中文版与英文版 The Rust Programming Language 均) 使用以下两种协议的任一种进行授权:

可以根据自己选择来定。

除非您有另外说明,否则您在本仓库提交的任何贡献均按上述方式进行双重许可授权,就如 Apache 2.0 协议所规定那样,而无需附加任何其他条款或条件。

More Repositories

1

rust-by-example-cn

Rust By Example 中文版(包含在线代码编辑器)
JavaScript
1,811
star
2

nomicon-zh-Hans

Rust 死灵书简体中文翻译
Handlebars
625
star
3

rustlings-cn

Rustlings 非官方中文翻译(Rustlings unofficial chinese verion)。🦀 让你熟悉阅读和编写 Rust 代码的小练习。源仓库:https://github.com/rust-lang/rustlings
Rust
175
star
4

english-chinese-glossary-of-rust

Rust 语言术语中英文对照表——English-Chinese Glossary of the Rust Programming Language
135
star
5

rustwiki.org

Source code of the rustwiki.org website.
HTML
74
star
6

rust-translation-guide

Rust 文档翻译指引-The translation guide for Rust docs
64
star
7

reference-cn

Rust 参考手册——Chinese translation of The Rust Reference
HTML
59
star
8

std-cn

Rust 标准库文档中文版——Chinese translation of The Rust Library
42
star
9

cargo-cn

Cargo 手册——Chinese translation of The Cargo Documentation
Rust
34
star
10

rust-cookbook-cn

Rust Cookbook 中文版——Chinese translation of The Rust Cookbook
Shell
31
star
11

edition-guide-cn

Rust 版本指南(Rust Edition Guide 中文版)
JavaScript
29
star
12

rust-compilation-model-calamity-zh

《Rust 编译模型之殇》中文翻译项目
21
star
13

rustlings-cn.old

Rust
18
star
14

rust-wiki

Rust 规范文档
13
star
15

rustdoc-cn

rustdoc 手册 中文版————Chinese translation of The rustdoc Book
JavaScript
11
star
16

style-guide-cn

Rust 语言风格指南 中文版——Chinese translation of The Rust Style Guide
JavaScript
10
star
17

nomicon-cn

CSS
1
star
18

unstable-book-cn

1
star