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

Commit 96f7bda

Browse files
committed
16.10.14.15.28
1 parent 6ee7d0b commit 96f7bda

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

zh-CN/documentation.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
---
2-
layout: default
3-
title: Rust Documentation · The Rust Programming Language
2+
layout: zh-CN/default
3+
title: Rust 语言文档 · Rust 程序设计语言
44
---
55

6-
# Rust Documentation
6+
# Rust 语言文档
77

88
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,
1110
show you how to install it, and explain its syntax and concepts. Upon
1211
completing the book, you'll be an intermediate Rust developer, and
1312
will have a good grasp of the fundamental ideas behind Rust.
1413

15-
## Learning Rust
14+
## 学习 Rust
1615

17-
[The Rust Programming Language][book]. Also known as "The Book",
16+
[Rust 程序设计语言][book]. Also known as "The Book",
1817
The Rust Programming Language is the most comprehensive resource for
1918
all topics related to Rust, and is the primary official document of
2019
the language.
2120

22-
[Rust by Example][rbe]. A collection of self-contained Rust
21+
[在实践中学 Rust][rbe] A collection of self-contained Rust
2322
examples on a variety of topics, executable in-browser.
2423

2524
[Frequently asked questions][faq].
@@ -31,7 +30,7 @@ programmers.
3130
[rust-learning]. A community-maintained collection of resources
3231
for learning Rust.
3332

34-
[book]: https://doc.rust-lang.org/book/
33+
[book]: https://kaisery.gitbooks.io/rust-book-chinese/content/
3534
[rbe]: http://rustbyexample.com
3635
[faq]: faq.html
3736
[nomicon]: https://doc.rust-lang.org/nomicon/
@@ -83,7 +82,7 @@ other corners of the Rust world.
8382
[legal]: legal.html
8483
[coc]: https://www.rust-lang.org/conduct.html
8584

86-
## Nightly and beta documentation
85+
## 开发版与测试版文档
8786

8887
Much of the official Rust documentation is also available for the
8988
[nightly] and [beta] releases in addition to the stable documentation
@@ -92,9 +91,13 @@ linked above.
9291
[nightly]: https://doc.rust-lang.org/nightly/
9392
[beta]: https://doc.rust-lang.org/beta/
9493

95-
## Non-english resources
94+
## 母语文献
9695

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]
99100

100101
[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

Comments
 (0)