zoukankan
html css js c++ java
Rust学习资料收集
一、官方学习资料
1. 官网地址:
https://www.rust-lang.org/
2. Rust编程语言(运行 rustup docs 可以打开离线版):
https://doc.rust-lang.org/book/title-page.html
3. Rust示例练习项目rustlings:
https://github.com/rust-lang/rustlings
4. Rust by Example:
https://doc.rust-lang.org/stable/rust-by-example/#rust-by-example
5. Rust源码:
https://github.com/rust-lang/rust
二、权威学习资料
1. Rust语言中文社区:
https://rustcc.cn/
2. Rust菜鸟教程:
https://www.runoob.com/rust/rust-tutorial.html
3. 程序员令狐壹冲(B站):
https://space.bilibili.com/485433391?spm_id_from=333.788.b_765f7570696e666f.2
4. shenxian(B站):
https://space.bilibili.com/1286472?spm_id_from=333.788.b_765f7570696e666f.2
5.learnku Rust技术论坛(linghuyichong也在这儿):
https://learnku.com/rust
四、付费学习资料
1. 张汉东的Rust实战课:
https://time.geekbang.org/course/intro/100060601
这个不是广告,目前我也就这一个。。。还可以买一些纸质书籍阅读
五、开发环境与工具
1. Visual studio code:
https://code.visualstudio.com/
2. WSL(Windows下使用Ubuntu的解决方案):
https://www.yuque.com/docs/share/2465cd6e-481b-47b1-a7c8-aba2e9d06605?#
3. Vim + Go + Rust 解决方案:
https://blog.csdn.net/qq_19341327/article/details/94911318
六、2020年09月24日 更新一个Github上精选的Rust代码和资源列表
Awesome Rust
https://github.com/rust-unofficial/awesome-rust
查看全文
相关阅读:
Android入门程序(ListView包括一个网络状态显示)
shell
android.os.NetworkOnMainThreadException
apache虚拟主机名不区分大小写的解决办法
QT制作全屏播放器以及出现的问题
QT使用Q_OBJECT链接不通过的一种情况
使用PHP返回需要登录验证的HTML页面
怎么样得到Boost的options_description的描述字符串
QT的QHttp无信号发出,窗口程序关闭时崩溃
apache 配置https
原文地址:https://www.cnblogs.com/qisong/p/13703606.html
最新文章
远程注入DLL
面试会遇到的几个小程序
在VS2005中如何打开VS2008创建的项目
C#多线程间传入值和返回值问题
C#命名规范 C#控件的缩写大全
String.Format格式说明
数据库查询优化原则(一)
C#中使用ref和out一点认识
初识.NET的公共类型系统CTS找工作常被问道的问题
经典面试。net题
热门文章
The Meaning of Love
转载类与结构的区别
Google的主页个性化 弄的很不错啊!
Do a test write by windows live writer
ASP.NET页面间数据传递小结
Judge whether the user is in some windows group.
应用程序域
vim配置
Android的Activity接收putExtra传递的参数
Android的Java编程与C的不同
Copyright © 2011-2022 走看看