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

6 lines
250 B
Markdown
Raw Normal View History

# Ownership and Borrowing
2022-02-25 03:34:45 -06:00
Learning resources:
- English: [Rust Book 4.1-4.4](https://doc.rust-lang.org/book/ch04-00-understanding-ownership.html)
2022-03-10 02:21:14 -06:00
- 简体中文: [Rust语言圣经 - 所有权与借用](https://course.rs/basic/ownership/index.html)
2022-02-25 03:34:45 -06:00