This commit is contained in:
sunface
2022-03-10 16:21:14 +08:00
parent c2ae813303
commit 9ae41d2c39
6 changed files with 158 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Ownership and Borrowing
Learning resources:
- English: [Rust Book 4.1-4.4](https://doc.rust-lang.org/book/ch04-00-understanding-ownership.html)
- 简体中文: [Rust语言圣经 - 所有权与借用(https://course.rs/basic/ownership/index.html)
- 简体中文: [Rust语言圣经 - 所有权与借用](https://course.rs/basic/ownership/index.html)