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

Commit 68a8f2f

Browse files
3442853561steveklabnik
authored andcommitted
16.9.28.10.36 (#545)
1 parent d3902e5 commit 68a8f2f

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

_layouts/zh-CN/basic.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ <h2><a href="/contribute.html">贡献</a></h2>
3636

3737
{{ content }}
3838

39+
<footer>
40+
<p>外语页面:
41+
<a href="/en-US/">English</a>,
42+
<a href="/pt-BR/">Português</a>,
43+
<a href="/ru-RU/">Русский</a>
44+
</p>
45+
</footer>
46+
3947
<script>
4048
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4149
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

zh-CN/downloads.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
layout: zh-CN/default
3-
title: 下载 &middot; Rust程序语言
3+
title: 下载 &middot; Rust程序设计语言
44
---
55
<h1>下载</h1>
66

zh-CN/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
layout: zh-CN/basic
3-
title: Rust程序语言
3+
title: Rust程序设计语言
44
---
55

66
<div class="row install-row">
@@ -31,17 +31,17 @@
3131

3232
<div class="row code-row">
3333
<div class="col-md-4">
34-
<h2>特性</h2>
34+
<h2>特点</h2>
3535
<ul class="laundry-list">
36-
<li>零成本的抽象</li>
37-
<li>语义转移</li>
36+
<li>零开销的抽象</li>
37+
<li>转移语义</li>
3838
<li>保证内存安全</li>
39-
<li>数据不抢占线程</li>
39+
<li>没有数据竞争的线程</li>
4040
<li>trait泛型</li>
4141
<li>匹配模式</li>
4242
<li>类型推断</li>
43-
<li>最小运行时</li>
44-
<li>有效的C绑定</li>
43+
<li>极小的运行时</li>
44+
<li>高效的C绑定</li>
4545
</ul>
4646
</div>
4747
<div class="col-md-8">

0 commit comments

Comments
 (0)