Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 65b6fcd

Browse files
committed
16.14.4.13.50
1 parent 2eb3e8c commit 65b6fcd

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

zh-CN/documentation.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title: Rust 语言文档 · Rust 程序设计语言
1717

1818
[Rust 高级教程][nomicon]: 为高级 Rust 工程师准备的专门讲解如何编写不安全的Rust代码的书。
1919

20-
[学习 Rust]: 由社区维护、收集的学习 Rust 资料合集。
20+
[学习 Rust][rust-learning]: 由社区维护、收集的学习 Rust 资料合集。
2121

2222
[常见问题][faq]
2323

@@ -31,9 +31,8 @@ title: Rust 语言文档 · Rust 程序设计语言
3131

3232
[标准库][api]: Rust 标准库文档
3333

34-
[Rust 语言参考手册][ref]. While Rust does not have a
35-
specification, the reference tries to describe its working in
36-
detail. It tends to be out of date.
34+
[Rust 语言参考手册][ref]: 当Rust还没有一个语言规范的时候,这个文档对它进行了尽可能详尽的描述。
35+
不过当有文档的时候某些内容可能已经过时了。
3736

3837
[语法索引][syn]: 本索引中包含 Rust 中与《Rust 程序设计语言》的部分交叉引用的所有语法示例。
3938

@@ -42,7 +41,7 @@ detail. It tends to be out of date.
4241

4342
[编译器错误索引][err]: 编译器生成错误报告的扩展说明。
4443

45-
[Release Notes][release_notes]. A recording of changes made during each release.
44+
[版本维护文档][release_notes]: 每次发布期间所做更改的记录文档。
4645

4746
[api]: https://doc.rust-lang.org/std/
4847
[syn]: https://doc.rust-lang.org/book/syntax-index.html
@@ -71,9 +70,7 @@ other corners of the Rust world.
7170

7271
## 开发版与测试版文档
7372

74-
Much of the official Rust documentation is also available for the
75-
[nightly] and [beta] releases in addition to the stable documentation
76-
linked above.
73+
除了上面链接的稳定文档外,大多数官方Rust文档也可用于[开发版][nightly][测试版][beta]
7774

7875
[nightly]: https://doc.rust-lang.org/nightly/
7976
[beta]: https://doc.rust-lang.org/beta/

zh-CN/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h2>特点</h2>
5454
</div>
5555
<div id="static-code">{% include zh-CN/example.rs.html %}</div>
5656
<div class="more-examples">
57+
<a href="https://play.rust-lang.org/?gist=a22cc6240ff70436cb3ff29c8c1a36df&version=nightly&backtrace=2">使用母语编程</a>
5758
<a href="http://rustbyexample.com/">更多例子</a>
5859
</div>
5960
</div>

0 commit comments

Comments
 (0)