File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 结构体自引用
1+ # 结构体自引用
22
33结构体自引用在 Rust 中是一个众所周知的难题,而且众说纷纭,也没有一篇文章能把相关的话题讲透,那本文就王婆卖瓜,来试试看能不能讲透这一块儿内容,让读者大大们舒心。
44
Original file line number Diff line number Diff line change 1- ## 附录 D:派生特征 trait
1+ # 附录 D:派生特征 trait
22
33在本书的各个部分中,我们讨论了可应用于结构体和枚举定义的 ` derive ` 属性。被 ` derive ` 标记的对象会自动实现对应的默认特征代码,继承相应的功能。
44
Original file line number Diff line number Diff line change 1- ## 附录 A:关键字
1+ # 附录 A:关键字
22
33下面的列表包含 Rust 中正在使用或者以后会用到的关键字。因此,这些关键字不能被用作标识符(除了[ 原生标识符] ( #原生标识符 ) ),包括函数、变量、参数、结构体字段、模块、包、常量、宏、静态值、属性、类型、特征或生命周期。
44
Original file line number Diff line number Diff line change 1- ## 附录 B:运算符与符号
1+ # 附录 B:运算符与符号
22
33该附录包含了 Rust 目前出现过的各种符号,这些符号之前都分散在各个章节中。
44
Original file line number Diff line number Diff line change 1- ## Beat AI
1+ # Beat AI
22专属于软件开发工程师的 AI 入门圣经。从神经网络到大模型,从基础数学到基础算法,从 Agent 到工程应用,学完后,你会发现 AI 也并不是想象中那么高不可攀、无法战胜,Just beat it !
33
44- 官方地址: [ https://github.com/beatai-org/beatai ] ( https://github.com/beatai-org/beatai )
Original file line number Diff line number Diff line change 1- ## Rust语言中文网
1+ # Rust语言中文网
22
33<img src =" https://github.com/rustlang-cn/.github/blob/main/assets/cover.jpg?raw=true " />
44
Original file line number Diff line number Diff line change 1- ## 认识 Cargo
1+ # 认识 Cargo
22
33但凡经历过 C/C++ 或 Go 语言 1.10 版本之前的用户都知道,一个好的包管理工具有多么的重要!!我那个时候是如此的渴望类似 ` nodejs ` 的 ` npm ` 包管理工具,但是却求而不得。
44
Original file line number Diff line number Diff line change 1- ## 墙推 VSCode!
1+ # 墙推 VSCode!
22
33` VSCode ` 从 15 年刚开始推出,我就在使用了。做为第一个吃螃蟹的人,可以说见证了它一路的快速发展,直到现在它已经成为开源世界最火的 IDE 之一(弱弱的说一句,之一也许可以去掉)。
44
Original file line number Diff line number Diff line change 1- ## 课后习题
1+ # 课后习题
22
33[ https://practice.rs ] ( https://practice.rs )
Original file line number Diff line number Diff line change 1- ## 我们到底需不需要链表
1+ # 我们到底需不需要链表
22经常有读者询问该如何实现一个链表,怎么说呢,这个答案主要取决于你的需求,因此并不是很好回答。鉴于此,我决定通过这本书来详尽的介绍该如何实现一个链表,大家应该都能从这本书中找到答案。
33
44书中我们将通过实现 6 种链表来学习基本和进阶 Rust 编程知识,在此过程中,你能学到:
You can’t perform that action at this time.
0 commit comments