rust-by-practice/zh-CN/src/compound-types/intro.md

6 lines
225 B
Markdown
Raw Permalink Normal View History

2022-02-26 23:33:05 -06:00
# 复合类型
学习资料:
- English: [Rust Book 4.3, 5.1, 6.1, 8.2](https://doc.rust-lang.org/book/ch04-03-slices.html)
- 简体中文: [Rust语言圣经 - 复合类型](https://course.rs/basic/compound-type/intro.html)