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
查看全文
相关阅读:
git pull fatal: refusing to merge unrelated histories
Git报错:Your branch is ahead of 'origin/master' by 1 commit
java读取大文件内容到Elasticsearch分析(手把手教你java处理超大csv文件)
Java try catch语句块中try()的括号中代码作用
Redis这15个“雷坑”,别问我咋知道的……
MySql死锁
MQ限流应用
什么是 JWT -- JSON WEB TOKEN
mybatis-plus查询指定字段
数据库炸了----我就重启了一下啊(Communications link failure)
原文地址:https://www.cnblogs.com/qisong/p/13703606.html
最新文章
Spring事务笔记(转载)
最长子回文序列
Django之Get和Post-(3)
Django请求和响应-(2)
Django路由配置-(1)
k8s-chaosblade-box
k8s-chaosblade-linux
k8s-chaosblade-mac
k8s-mac电脑安装
k8s-暴露容器应用/扩容
热门文章
k8s-部署dashboard
k8s-部署容器化应用
openstack 主机无法ping通instance,无法ssh到instance
[ 转]Shell中参数($0,$1,$#,$NF,$@等)的含义
【转】Linux系统下的ssh使用
【转】sshpass-Linux命令之非交互SSH密码验证
【转】新装的CentOS 7安装python3
【转】Linux
VMware Workstation and Device/Credential Guard are not compatible
执行shell脚本时提示bad interpreter:No such file or directory的解决办法
Copyright © 2011-2022 走看看