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
查看全文
相关阅读:
个人总结11
进度条4,5
对vivo自带输入法的评价
个人总结10
hdu5589Tree
HDU5213 Lucky
2018icpcShenYangE
bzoj3683: Falsita
cf396C. On Changing Tree
cf600E. Lomsat gelral
原文地址:https://www.cnblogs.com/qisong/p/13703606.html
最新文章
poj 2142
poj 1061(扩展欧几里得定理求不定方程)
UVA 10006(素数打表+快速幂)
hdu 1035(DFS)
前端学习笔记--CSS样式--背景和超链接
前端学习笔记--CSS样式--文本
前端学习笔记--CSS入门
subline html5的快捷键
前端学习笔记--html入门
前端书籍推荐整理
热门文章
前端学习笔记(一)
python基础--切片、迭代、列表生成式
python基础--函数
python基础--文件控制
个人总结
进度条完整版
个人总结14
人月神话阅读笔记之三
个人总结13
个人总结12
Copyright © 2011-2022 走看看