@@ -17,7 +17,7 @@ title: Rust 语言文档 · Rust 程序设计语言
17
17
18
18
[ Rust 高级教程] [ nomicon ] : 为高级 Rust 工程师准备的专门讲解如何编写不安全的Rust代码的书。
19
19
20
- [ 学习 Rust] : 由社区维护、收集的学习 Rust 资料合集。
20
+ [ 学习 Rust] [ rust-learning ] : 由社区维护、收集的学习 Rust 资料合集。
21
21
22
22
[ 常见问题] [ faq ]
23
23
@@ -31,9 +31,8 @@ title: Rust 语言文档 · Rust 程序设计语言
31
31
32
32
[ 标准库] [ api ] : Rust 标准库文档
33
33
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
+ 不过当有文档的时候某些内容可能已经过时了。
37
36
38
37
[ 语法索引] [ syn ] : 本索引中包含 Rust 中与《Rust 程序设计语言》的部分交叉引用的所有语法示例。
39
38
@@ -42,7 +41,7 @@ detail. It tends to be out of date.
42
41
43
42
[ 编译器错误索引] [ err ] : 编译器生成错误报告的扩展说明。
44
43
45
- [ Release Notes ] [ release_notes ] . A recording of changes made during each release.
44
+ [ 版本维护文档 ] [ release_notes ] : 每次发布期间所做更改的记录文档。
46
45
47
46
[ api ] : https://doc.rust-lang.org/std/
48
47
[ syn ] : https://doc.rust-lang.org/book/syntax-index.html
@@ -71,9 +70,7 @@ other corners of the Rust world.
71
70
72
71
## 开发版与测试版文档
73
72
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 ] 。
77
74
78
75
[ nightly ] : https://doc.rust-lang.org/nightly/
79
76
[ beta ] : https://doc.rust-lang.org/beta/
0 commit comments