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 2323
2424- [ 类型系统] ( types.html ) - 学习改变和定义类型。
2525
26- - [ 类型转换] ( conversion.html )
26+ - [ 类型转换] ( conversion.html ) - 在不同类型之间进行转换,例如字符串、整数和浮点数。
2727
28- - [ 表达式] ( expression.html )
28+ - [ 表达式] ( expression.html ) - 了解表达式以及如何使用。
2929
3030- [ 流程控制] ( flow_control.html ) - ` if ` /` else ` ,` for ` ,以及其他流程控制有关内容。
3131
4545
4646- [ 特性 trait] ( trait.html ) - trait 是对未知类型(` Self ` )定义的方法集。
4747
48- - [ 宏] ( macros.html )
48+ - [ 宏] ( macros.html ) - 宏是一种编写代码来编写其他代码的方法,这称为元编程(metaprogramming)。
4949
5050- [ 错误处理] ( error.html ) - 学习 Rust 语言处理失败的方式。
5151
5555
5656- [ 测试] ( testing.html ) - Rust 语言的各种测试手段。
5757
58- - [ 不安全操作] ( unsafe.html )
58+ - [ 不安全操作] ( unsafe.html ) - 了解如何进入不安全操作块。
5959
60- - [ 兼容性] ( compatibility.html )
60+ - [ 兼容性] ( compatibility.html ) - 处理 Rust 的演变和潜在的兼容性问题。
6161
6262- [ 补充] ( meta.html ) - 文档和基准测试
6363
You can’t perform that action at this time.
0 commit comments