最近要学嵌入式的rust,记录一些资料的url,方便自己查阅

书籍

常用的:

rust圣经(不是权威指南那本)https://course.rs/ 中文

rust 参考手册 https://rustwiki.org/zh-CN/reference/attributes.html 中文

rust语言程序设计(权威指南) https://kaisery.github.io/trpl-zh-cn/ 中文

通过例子学习rust https://rustwiki.org/zh-CN/rust-by-example/ 中文

死灵书2018翻译版:https://learnku.com/docs/nomicon/2018 (rust高级编程)

Rust 语言备忘清单 https://cheats.rs.kingfree.moe/ 英文版是 https://cheats.rs

英文原版:

参考手册英文原版:https://doc.rust-lang.org/reference/

不稳定特性英文原版:https://doc.rust-lang.org/beta/unstable-book/

少用的:

rust中文教程 https://doc.yonyoucloud.com/doc/wiki/project/rust/index.html

rust cargo 非官方翻译 http://llever.com/cargo-book-zh/getting-started/index.zh.html

rust 参考手册 https://rustwiki.org/zh-CN/reference/attributes.html 中文

rustc手册 http://llever.com/rustc-zh/codegen-options/index.zh.html

rust嵌入式之书 https://stevenbai.top/rustbook/book/ 中文 【这个停止更新了,版本比较旧】

嵌入式rust之书 https://logiase.github.io/The-Embedded-Rust-Book-CN 中文

看起来不错但我还没看过的

Rust Articles Translation https://scotthuang_hzl.gitbooks.io/rust_articles/content/

rust 开源杂志 https://rustmagazine.github.io/rust_magazine_2021/

rust好文介绍:

rust返回值的四种方式:https://colobu.com/2019/08/13/strategies-for-returning-references-in-rust/

rust 源码组织结构(有编译器的结构) https://www.cnblogs.com/mengsuenyan/p/13463834.html

一个系列:

深入理解rust标准库内核1序言:https://blog.csdn.net/weixin_45429253/article/details/122613752

深入理解rust标准库内核2内存操作:https://blog.csdn.net/weixin_45429253/article/details/122575535 (讲述内存布局、ptr模块)

深入理解rust标准库内核3内存操作续: https://blog.csdn.net/weixin_45429253/article/details/122615945 (mem、堆内存、所有权转移底层)

深入理解rust标准库内核4: https://blog.csdn.net/weixin_45429253/article/details/122758697 (rust基础trait)

深入理解rust标准库内核5: https://blog.csdn.net/weixin_45429253/article/details/122794028 (迭代器代码分析)

深入理解rust标准库内核6: https://blog.csdn.net/weixin_45429253/article/details/122826618 (原生类型标准库分析)

rust 标准库 https://laplacedemon.gitbooks.io/-rust/content/

rust指针简单介绍 https://blog.csdn.net/epubit17/article/details/113474178

rust 中的闭包递归与 Y 组合子 https://nihil.cc/posts/rust_closure_and_y/ (貌似是讲函数式,看不懂)

其他网站

rust playground https://play.rust-lang.org/

在线c++编译器 https://cplayground.com/

rust 资料推荐 https://rusthub.top/budshome/2021-nian-,xue-xi-rust-de-wang-luo-zi-yuan-tui-jian

一个在线ide可以看rust汇编之后的代码 https://godbolt.org/

rust 中文社区 https://rustcc.cn/

操作系统资料

首推

rCore-Tutorial-Book 第三版 https://rcore-os.github.io/rCore-Tutorial-Book-v3/

xv6文档和源码

minix文档和源码

还有一些书:我从图书馆借的

And 英真时代操作系统试验 (x86)(注:这是我们学校的操作系统实验课,其他人能不能看到笔者并不清楚)

上次比赛开源的大佬的代码

ultraos 文档 http://loancold.com/file/UltraOS文档.pdf

还有不知道哪里来的资料

万物互联时代的操作系统 https://pdf.dfcfw.com/pdf/H3_AP202011161429526269_1.pdf?1605520015000.pdf

随手记录两个博客

https://twd2.me/

cyy同学 https://blog.cyyself.name/

感慨,重庆大学怎么这么厉害啊,之前还有那个重大的邓炜同学,都好厉害

最新文章

  1. MVC缺点
  2. const 限定符
  3. cookie的实例
  4. Windows7-32bit系统安装MySQL-5.5.39-win32.msi服务图解
  5. Linux上安装五笔
  6. <大学祭>
  7. [ActionScript 3.0] 根据xml属性查找相应xml节点,递归函数。
  8. C 关于二叉查找树的回顾,并简述结构接口设计
  9. wireshark http过程
  10. JavaScript--垃圾回收器
  11. [js高手之路]Node.js模板引擎教程-jade速学与实战2-流程控制,转义与非转义
  12. Python3 的分支与循环
  13. linux常用命令及使用技巧(二)
  14. ORACLE存储过程定时器例子(存储过程变量赋值)
  15. 微信小程序--getLocation需要在app.json中声明permission字段
  16. CSS Font文字样式
  17. Eclipse编辑jsp、js文件时卡死现象的解决办法汇总
  18. tomcat 服务器线程问题
  19. C# 使用Google Protocol Buffers
  20. CentOS 7通过RVM来安装指定版本的Ruby

热门文章

  1. 修改input标签里面的提示文字(placeholder)的样式
  2. 修改api-server支持的NodePort端口映射范围
  3. Arch Linux 的安装
  4. CSP-S2022 游寄
  5. 我的Python基础(二)
  6. Go语言输出函数fmt.Print、fmt.Printf、fmt.Println的用法区别
  7. PLSql在Oracle中创建表空间
  8. Windows及eclipse常用快捷键-小彤在努力
  9. 实践案例:同程艺龙网的 Dubbo 升级经验总结
  10. MySQL的安装与配置,图形化软件安装,以及IDEA上的配置操作