File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 8
8
![ Locatized 100%] ( https://img.shields.io/badge/localized-100%25-purple )
9
9
[ ![ rustwiki.org] ( https://img.shields.io/website?up_message=rustwiki.org&url=https%3A%2F%2Frustwiki.org )] ( https://rustwiki.org )
10
10
11
- 这是《rustdoc 手册》中文版,翻译自《rustdoc Book》。
11
+ > The Chinese Translation of [ The rustdoc Book] [ rustdoc-book-en ]
12
+ >
13
+ > - 首次于 2022-02-04 翻译完全部内容,欢迎纠正——最后更新时间 2022-02-04。
14
+ > - [ David] [ david ] 翻译完成本文档,并加入了 Rust 翻译小组群,期待更多朋友加入 [ Rust 中文翻译项目组] ( https://github.com/rust-lang-cn ) ,协助我们,一起更新完善中文版,感激不尽!
15
+
16
+ 这是《rustdoc 手册》中文版,翻译自 [ Rust 源码中的《rustdoc Book》] [ rustdoc-book-src ] 。
17
+
18
+ 在线版可在本组织官网上[ 阅读中文版] [ rustdoc-book-cn ] (** 支持同一页面中英双语切换** )或在 Rust 官网上[ 阅读英文版] [ rustdoc-book-en ] 。
19
+
20
+ [ david ] : https://github.com/wendajiang
21
+ [ rustdoc-book-src ] : https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc
22
+ [ rustdoc-book-cn ] : https://rustwiki.org/zh-CN/rustdoc/
23
+ [ rustdoc-book-en ] : https://doc.rust-lang.org/rustdoc/
12
24
13
25
## 构建
14
26
@@ -34,4 +46,11 @@ $ mdbook build
34
46
35
47
## 许可协议
36
48
37
- 本项目遵循 MIT 或 Apache 2.0 协议。
49
+ 《rustdoc 手册》(中文版与英文版 * rustdoc Book* 均) 使用以下两种协议的任一种进行授权:
50
+
51
+ - Apache 2.0 授权协议,([ LICENSE-APACHE] ( LICENSE-APACHE ) 或 http://www.apache.org/licenses/LICENSE-2.0)
52
+ - MIT 授权协议 ([ LICENSE-MIT] ( LICENSE-MIT ) 或 http://opensource.org/licenses/MIT )
53
+
54
+ 可以根据自己选择来定。
55
+
56
+ 除非您有另外说明,否则您在本仓库提交的任何贡献均按上述方式进行双重许可授权,就如 Apache 2.0 协议所规定那样,而无需附加任何其他条款或条件。
You can’t perform that action at this time.
0 commit comments