add ownership.md

This commit is contained in:
sunface
2022-02-25 17:34:45 +08:00
parent b7c7424da5
commit 3322f7908f
5 changed files with 156 additions and 3 deletions

View File

@ -1 +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)