You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# The Way To Rust(Rust编程指南)
## Rust学习路线
0. 入一个社区: [Rust CN Members ](https://rust.cm )
1. 读一本好书: [<<Rust编程指南>> ](https://mastery.rs )
2. 做一些习题: [Rust Excersise ](https://github.com/rustcm/rustex )
3. 看一个项目: [Simple Redis ](https://github.com/rustcm/simple-redis )
4. 学常用算法: [Algorithms ](https://github.com/rustcm/algorithms )
5. 找优秀开源: [Awesome Rust ](https://github.com/rustcm/awesome-rust )
## 我们的愿景
愿景: 不是少数人的Rust, 而是大家的Rust。
Rust语言目前在世界范围已经发展的如火如荼, 但是在国内还是非常小众, 终其原因是因为我们缺少一整套学习生态: 现有的Rust资料几乎没有用中文书写的, 就算有, 也往往不成体系。
我们想做的就是跟大家一起打造一个真正的中国Rust社区, 同时辅以完整的Rust进阶体系, 帮助中国的程序员快速上手Rust并能在实际项目中进行应用, 只有降低了这个门槛, 才能真正迎来Rust未来在中国的大爆发。
这个目标任重而道远, 欢迎有志之士的加入, QQ群: 933696593
## 版本修订
本书每半年会修订一次, 保证书籍的内容会跟上最新的Rust内容