Rust Articles Translation => Englisth to Chinese [陆续添加已完成部分链接]

Rust Articles Translation from English to Chinese 中文Rust文章,陆续翻译添加中,谢谢。

####7.Data types | 数据类型 - Translate @ Sep 6, 2015

####8.Destructuring 解构 - Translate @ Sep 10, 2015

####1. Arrays and Vectors | 数组和向量 - Translate @ August 22, 2015

####2.Rust and GO | Rust 和 GO - Translate @ August 22, 2015

####3.Criticizing the Rust Language, and Why C/C++ Will Never Die | 批判Rust语言,以及C/C++为什么永远不会死 - Translate @ August 23, 2015

####4.Unique pointers | 独一无二的指针(所有权指针) - Translate @ August 25, 2015

####5.Borrowed pointers | 借贷指针 - Translate @ August 26, 2015

####6.Reference counted and raw pointers | 引用计数和原始指针 - Translate @ August 30, 2015

####9.String VS &str 在Rust函数中 - Translate @ Sep 12, 2015

####10.Creating a Rust function that accepts String or &str 创建一个接受String或&str的Rust函数 - Translate @ Sep 13, 2015

####11.Creating a Rust function that returns String or &str 创建一个返回String或&str的Rust函数 - Translate @ Sep 15, 2015

Rust 1.3 发布