1
1
---
2
- layout : default
3
- title : Rust Documentation · The Rust Programming Language
2
+ layout : zh-CN/ default
3
+ title : Rust 语言文档 · Rust 程序设计语言
4
4
---
5
5
6
- # Rust Documentation
6
+ # Rust 语言文档
7
7
8
8
If you haven't seen Rust at all yet, the first thing you should read
9
- is the introduction to the book, [ The Rust Programming
10
- Language] [ book ] . It will give you a good idea of what Rust is like,
9
+ is the introduction to the book, [ Rust 程序设计语言] [ book ] 。It will give you a good idea of what Rust is like,
11
10
show you how to install it, and explain its syntax and concepts. Upon
12
11
completing the book, you'll be an intermediate Rust developer, and
13
12
will have a good grasp of the fundamental ideas behind Rust.
14
13
15
- ## Learning Rust
14
+ ## 学习 Rust
16
15
17
- [ The Rust Programming Language ] [ book ] . Also known as "The Book",
16
+ [ Rust 程序设计语言 ] [ book ] . Also known as "The Book",
18
17
The Rust Programming Language is the most comprehensive resource for
19
18
all topics related to Rust, and is the primary official document of
20
19
the language.
21
20
22
- [ Rust by Example ] [ rbe ] . A collection of self-contained Rust
21
+ [ 在实践中学 Rust ] [ rbe ] 。 A collection of self-contained Rust
23
22
examples on a variety of topics, executable in-browser.
24
23
25
24
[ Frequently asked questions] [ faq ] .
@@ -31,7 +30,7 @@ programmers.
31
30
[ rust-learning] . A community-maintained collection of resources
32
31
for learning Rust.
33
32
34
- [ book ] : https://doc.rust-lang.org/ book/
33
+ [ book ] : https://kaisery.gitbooks.io/rust- book-chinese/content /
35
34
[ rbe ] : http://rustbyexample.com
36
35
[ faq ] : faq.html
37
36
[ nomicon ] : https://doc.rust-lang.org/nomicon/
@@ -83,7 +82,7 @@ other corners of the Rust world.
83
82
[ legal ] : legal.html
84
83
[ coc ] : https://www.rust-lang.org/conduct.html
85
84
86
- ## Nightly and beta documentation
85
+ ## 开发版与测试版文档
87
86
88
87
Much of the official Rust documentation is also available for the
89
88
[ nightly] and [ beta] releases in addition to the stable documentation
@@ -92,9 +91,13 @@ linked above.
92
91
[ nightly ] : https://doc.rust-lang.org/nightly/
93
92
[ beta ] : https://doc.rust-lang.org/beta/
94
93
95
- ## Non-english resources
94
+ ## 母语文献
96
95
97
- For resources in languages other than English, see the
98
- [ locale-specific links in rust-learning] [ locale ] .
96
+ 如果您需要非英语的本土化资料请[ 点击这里] [ locale ] 。
97
+ 中文文献可以快速链接到:
98
+ [ 简体中文] [ locale-zh-CN ]
99
+ [ 台灣正體] [ locale-zh-TW ]
99
100
100
101
[ locale ] : https://github.com/ctjhoa/rust-learning#locale-links
102
+ [ locale-zh-CN ] : https://kaisery.gitbooks.io/rust-book-chinese/content/
103
+ [ locale-zh-TW ] : http://askeing.github.io/rust-book/
0 commit comments