File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- [ 类型系统] ( types.html ) - 学习改变和定义类型。
25
25
26
- - [ 类型转换] ( conversion.html )
26
+ - [ 类型转换] ( conversion.html ) - 在不同类型之间进行转换,例如字符串、整数和浮点数。
27
27
28
- - [ 表达式] ( expression.html )
28
+ - [ 表达式] ( expression.html ) - 了解表达式以及如何使用。
29
29
30
30
- [ 流程控制] ( flow_control.html ) - ` if ` /` else ` ,` for ` ,以及其他流程控制有关内容。
31
31
45
45
46
46
- [ 特性 trait] ( trait.html ) - trait 是对未知类型(` Self ` )定义的方法集。
47
47
48
- - [ 宏] ( macros.html )
48
+ - [ 宏] ( macros.html ) - 宏是一种编写代码来编写其他代码的方法,这称为元编程(metaprogramming)。
49
49
50
50
- [ 错误处理] ( error.html ) - 学习 Rust 语言处理失败的方式。
51
51
55
55
56
56
- [ 测试] ( testing.html ) - Rust 语言的各种测试手段。
57
57
58
- - [ 不安全操作] ( unsafe.html )
58
+ - [ 不安全操作] ( unsafe.html ) - 了解如何进入不安全操作块。
59
59
60
- - [ 兼容性] ( compatibility.html )
60
+ - [ 兼容性] ( compatibility.html ) - 处理 Rust 的演变和潜在的兼容性问题。
61
61
62
62
- [ 补充] ( meta.html ) - 文档和基准测试
63
63
You can’t perform that action at this time.
0 commit comments