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 +1,5 @@
# Type Conversion
# Ownership and Borrowing
Learning resources:
- English: [Standary library](https://std.rs)
- 简体中文: [Rust语言圣经 - 所有权与借用](https://course.rs/basic/converse.html)