add string.md

This commit is contained in:
sunface
2022-03-07 13:10:04 +08:00
parent 2a8e014329
commit 7969fe6441
5 changed files with 232 additions and 3 deletions

View File

@ -1 +1,6 @@
# Collection Types
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)