一、简单认识
1. 内存管理可选可不选;
2. 性能介于C、C++;
3. 足够支持系统编程;
4. 特性多导致复杂度不低
5. 学习和使用过程将会是难-易-难
6. 一些语法跟C、C++类似,有C系列基础最容易入门
二、认知资源
1. 关于Rust:http://www.zhihu.com/question/30407715
2. 国内社区:http://www.rust.cc/
4. https://doc.rust-lang.org/nightly/book/ 官方手册
5. 官方社区:http://rust-lang.org/
6. 专访资深程序员庄晓立:我为什么要选择Rust?http://www.youkuaiyun.com/article/2015-06-29/2825069-Rust
7. 官方资源
Rust学习示例:http://rustbyexample.com/
Rust标准库文档:https://doc.rust-lang.org/stable/std/
8. 学习笔记:https://github.com/photino/rust-notes
9. 三十分钟向导:http://www.rust.cc/t/rust-san-shi-fen-zhong-xiang-dao/155
10. 初尝Rust http://zhuanlan.zhihu.com/guagua/19867768
11, string-vs-str-in-rust-functions https://github.com/ScottHuangZL/Rust-Articles-Translation/blob/master/string-vs-str-in-rust-functions.md
字符串与字符串指针的使用
12. Rust in 2016 http://blog.rust-lang.org/2015/08/14/Next-year.html http://www.oschina.net/translate/rust-next-year
14. Rust官方指南摘抄(一)语法基础http://www.tuicool.com/articles/reUfIfF
15. Rust每周动态:http://this-week-in-rust.org/
16. Windows下配置Rust+Cargo+Sublime Text+Racer:http://www.douban.com/group/topic/63968269/
下载sublinetext汉化版本:http://www.cr173.com/soft/55484.html
17. 资源收录:http://resource.cool/Awesome-Rust/1/
18. Rust 与开发环境的安装与设置(Windows篇):http://www.w2bc.com/article/40352