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
查看全文
相关阅读:
c++ stl常用
c++流操作
操作符重载operator
函数指针和指针函数
指针c艹
Oracle 账户锁定问题解决办法
java回收算法
JDK与JRE的区别
关于getClass().getClassLoader()
After reading a picture than out a picture
原文地址:https://www.cnblogs.com/qisong/p/13703606.html
最新文章
keepalived健康检查 HTTP_GET
pypi 清华镜像使用帮助
MySQL查看数据库表容量大小
linux增加swap分区
linux tar包追加问题
iptables限制连接数(如SFTP) 以及 谨防CC/DDOS攻击的配置 ( connlimit模块)
Varnish缓存服务详解及应用实现
Spring事物的属性
java枚举(enum)
对象创建初始化时构造器
热门文章
《剑指offer》java实现(二)11~20 更新中
常见文件系统系统函数
java值传递和引用传递
JavaWeb应用和Servlet
父子类中静态方法和属性实现
manacher最长回文序列c++
求任意两个数间的质数个数
c++异常捕获
C++链表
c++泛型模板
Copyright © 2011-2022 走看看