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
查看全文
相关阅读:
摘录的WinForm Control 开发3,crystalbutton
摘录的WinForm Control 开发2,CustomColorCheckBox,CustomColorRadioButton
摘录的WinForm Control 开发4,控件总结
linq to sql 简单小结:
摘录的WinForm Control 开发5,WinForm 开发:FlashGetFormDemos ,类似FlashGet的悬浮窗
SerialPort 的使用
摘录的WinForm Control 开发5,WinForm 开发:MultipLanguageDemos ,多国语言开发
摘录的WinForm Control 开发5,WinForm 开发:UnRegularFormDemos ,不规则窗体
摘录的WinForm control 开发1..BorderLabel
jquery上传插件(uploadify)的使用
原文地址:https://www.cnblogs.com/qisong/p/13703606.html
最新文章
ajax获取数据自动创建分页,支持自定义显示数据量以及分页数量
检测input每次的输入是否合法遇到汉字输入就有问题,如何判断汉字是否已经输入到input内???
如何更改windows鼠标滚轮的方向,按滚动条,按手指(触摸屏操作模式),跟mac一样,以win7为例,在windows中使用mac鼠标模式
ahjesus —— javascript命名规范1.10
基于MVC3.0的三层结构多项目分离框架的搭建
CSS预处理器 SASS 和 Compass
web前端关于@media的说明及使用
找出字符串中出现次数最多的字母和出现次数,超精简版,欢迎拍板
如何在页面预览客户端本地图片 兼容FF IE
VS2010从了解到实战
热门文章
装修后才知道的一些事,无数RMB砸出来的经验 [转贴]
powerdesigner的一些技巧
[视频]微软CEO以前是这样卖Windows1.0的
解决贝宝不能接收国外收款和对国外付款的问题
关于“在21天内精通C++”的实现原理图!中英对照,保证人人看懂
秦朝统一六国的顺序&&QQ云输入法体验
程序员们纷纷表示“内牛满面”VS2010视频共5季
买菜的最高智慧
从周一到周五,每天都有不一样的女主角陪您CODING!还等什么?
摘录的WinForm Control 开发5,WinForm 开发:SignleMDIFormDemos,单实例显示子窗体
Copyright © 2011-2022 走看看