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
查看全文
相关阅读:
浅析[53300] FATAL: remaining connection slots are reserved for non-replication superuser connections
浅析Web安全漏洞里的X-Frame-Options、X-XSS-Protection、X-Content-Type-Options响应头配置以及如何通过nginx配置避免
浅析SpringSecurity的方法级安全管控
浅析mybatis的全局配置文件mybatis-config.xml各配置的意义
字节序--大端字节序和小端
【转】go语言中int和byte转换方式
[转]float32数据在内存中的存储方法
go语言复制一个struct 对象
一个table 中 可以有多个tbody. table 可以嵌套
【转】rpc框架设计
原文地址:https://www.cnblogs.com/qisong/p/13703606.html
最新文章
python Django 视频网站小项目demo
爬取电影网站
airtest 环境搭建
自动刷御魂以及觉醒副本
python3 获取视频文件的封面图
zhzhair github
Java Mail 附件名太长导致接收端附件名解析出错
postgresql insert语句中用select
postgresql----网络地址类型和函数
Spring Boot 中使用@DateTimeFormat和@JsonFormat注解
热门文章
postgres jsonb
跟常用框架Spring Security`和shiro比 ,微服务到底胜在哪?
ES写入速度提升
PostgreSQL定时自动备份
浅析SpringDataRedis、RedisTemplate Api的使用及如何使用RedisTemplate操作Redis的5种数据类型、StringRedisTemplate和RedisTemplate的区别
浅析自定义异常为什么是继承RuntimeException类以及RuntimeException、Exception两种异常的用途
SpringBoot常用注解:@Resource/@Component与@Autowired的使用、@PostConstruct注解、@Mapper注解的作用
浅析SpringBoot多数据源配置
SpringBoot如何使用Slf4j日志与logback-spring.xml配置详解
Java编程常用数据转换:String与int互转、Date与String互转、BigDecimal与int比较(报错operator > cannot be applied to java.math.BigDecimal,int)
Copyright © 2011-2022 走看看