mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
194 B
4 lines
194 B
3 years ago
|
## 2022-02-24
|
||
|
|
||
|
- 进阶中的enum/整数类型转换、newtype章节被合并到**深入类型**目录中
|
||
|
- 将 newtype 中的 Sized/DST 内容拆分成单独的章节,并扩展了相应内容
|