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.

24 lines
1.2 KiB

This file contains ambiguous Unicode characters!

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内容