|
|
|
|
# 移动语义(Move Semantics)
|
|
|
|
|
|
|
|
|
|
这些练习改编自 [pnkfelix](https://github.com/pnkfelix) 的 [Rust Tutorial](https://pnkfelix.github.io/rust-examples-icfp2014/) -- 谢谢 Felix !!!
|
|
|
|
|
|
|
|
|
|
## 更多信息
|
|
|
|
|
|
|
|
|
|
以下书籍中的内容对于当前的学习尤其重要。
|
|
|
|
|
|
|
|
|
|
- [Ownership](https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html)
|
|
|
|
|
- [Reference and borrowing](https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html)
|