-
Notifications
You must be signed in to change notification settings - Fork 2
/
resource.html
34 lines (29 loc) · 1.14 KB
/
resource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
title: "资源"
active: resouce
keywords: "about Rust-China,about Rust中国社区"
description: "about Rust-China,about Rust中国社区"
---
<div class="post rds">
<div id="home">
<h2>Rust 的资源</h2>
</div>
<div class="row">
<div class="span2 text-right">
<h4>网址:</h4>
</div>
<div class="span8"><a href="http://www.rust-lang.org/" target="_blank">Rust官网</a></div>
<div class="span8"><a href="http://discuss.rust-lang.org/" target="_blank">Rust官网论坛</a></div>
<div class="span8"><a href="http://blog.octayn.net/" target="_blank">This Week in Rust</a></div>
</div>
<div class="row">
<div class="span2 text-right">
<h4>文档:</h4>
</div>
<div class="span8"><a href="http://doc.rust-lang.org/index.html" target="_blank">Rust官网文档</a></div>
<div class="span8"><a href="http://aturon.github.io/" target="_blank">Rust Guidelines</a></div>
<div class="span8"><a href="http://rustbyexample.com/" target="_blank">Rust by Example</a></div>
<div class="span8"><a href="http://science.raphael.poss.name/rust-for-functional-programmers.html" target="_blank">Rust for functional programmers</a></div>
</div>
</div>