aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/rust/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/zh-cn/mozilla/rust/index.html
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/zh-cn/mozilla/rust/index.html')
-rw-r--r--files/zh-cn/mozilla/rust/index.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/files/zh-cn/mozilla/rust/index.html b/files/zh-cn/mozilla/rust/index.html
deleted file mode 100644
index f2964058fb..0000000000
--- a/files/zh-cn/mozilla/rust/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: Rust编程语言
-slug: Mozilla/Rust
-translation_of: Mozilla/Rust
----
-<p><img alt="Rust logo" src="https://www.rust-lang.org/logos/rust-logo-blk.svg" style="float: left; height: 150px; width: 150;"><a href="https://www.rust-lang.org/">Rust</a> 是一个全新的开源系统编程语言,由Mozilla和社区的义务劳动者创造,它帮助开发者创造高速与安全的应用,同时能享受到现代多核处理器的强大特性。Rust使用易懂的语法避免了段错误(segmentation faults)并保证了线程安全。</p>
-
-<p>不仅如此,Rust提供了零成本抽象,更多语义,内存安全保证,不会发生竞争的线程,基于特性(trait)的泛型,模式匹配,类型推导,高效的C绑定,和最小运行时大小。</p>
-
-<p>想了解更多Rust,你可以:</p>
-
-<ul>
- <li>看下面的视频,进一步了解Rust的强大和优势。</li>
- <li>在线阅读教程<em><a href="https://doc.rust-lang.org/book/">The Rust Programming Language</a></em>。</li>
- <li>下载Rust编译器,看看例子,并在<a href="https://www.rust-lang.org/">Rust official web site</a>寻找你可能想知道的一切</li>
-</ul>
-
-<h2 id="Rust_与系统编程的未来">Rust 与系统编程的未来</h2>
-
-<p>{{EmbedYouTube("8EPsnf_ZYU0")}}</p>
-
-<h2 id="用Rust解锁并行的力量">用Rust解锁并行的力量</h2>
-
-<p>{{EmbedYouTube("cNeIOt8ZdAY")}}</p>
-
-<h2 id="给Web开发者的Rust">给Web开发者的Rust</h2>
-
-<p>{{EmbedYouTube("FfoXFnzZbBM")}}</p>
-
-<h2 id="用Rust实现安全系统编程">用Rust实现安全系统编程</h2>
-
-<p>{{EmbedYouTube("P3sfNGtpuxc")}}</p>
-
-<h2 id="成长中的Rust社区">成长中的Rust社区</h2>
-
-<p>{{EmbedYouTube("duv0tuPAnO0")}}</p>
-
-<h2 id="Mozilla将Rust用于生产">Mozilla将Rust用于生产</h2>
-
-<p>{{EmbedYouTube("2RhbYpgVpg0")}}</p>