rust-by-practice/en/src/collections/intro.md

7 lines
237 B
Markdown
Raw Normal View History

# Collection Types
2022-03-06 23:10:04 -06:00
Learning resources:
- English: [Rust Book Chapter 8](https://doc.rust-lang.org/book/ch08-00-common-collections.html)
- 简体中文: [Rust语言圣经 - 集合类型](https://course.rs/basic/collections/intro.html)