mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
506 B
15 lines
506 B
3 years ago
|
# Rust 难点攻关
|
||
|
|
||
|
当大家一路看到这里时,我敢说 90% 的人还是云里雾里的,例如你能说清楚:
|
||
|
|
||
|
- 切片和切片引用的区别吗?
|
||
|
- 各种字符串之间的区别吗?
|
||
|
- 各种指针、引用的区别吗?
|
||
|
- 所有权转移、拷贝、克隆的区别吗?
|
||
|
|
||
|
以及到底该用它们之中哪一个吗?
|
||
|
|
||
|
如果不行,就跟随我一起来看看吧,本章的目标就是帮大家彻底理清这些概念,为后面的进一步学习和实战打好坚实的基础。
|
||
|
|
||
|
|