mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
commit
46fb910163
@ -81,7 +81,7 @@
|
||||
- [Cargo 自定义扩展命令](ch14-05-extending-cargo.md)
|
||||
|
||||
- [智能指针](ch15-00-smart-pointers.md)
|
||||
- [`Box<T>`用于已知大小的堆上数据](ch15-01-box.md)
|
||||
- [`Box<T>`Box<T>在堆上存储数据,并且可确定大小](ch15-01-box.md)
|
||||
- [`Deref` Trait 允许通过引用访问数据](ch15-02-deref.md)
|
||||
- [`Drop` Trait 运行清理代码](ch15-03-drop.md)
|
||||
- [`Rc<T>` 引用计数智能指针](ch15-04-rc.md)
|
||||
@ -128,4 +128,4 @@
|
||||
- [D - Rust 开发版]()
|
||||
- [E - 宏]()
|
||||
- [F - 本书翻译]()
|
||||
- [G - 最新功能](appendix-07-newest-features.md)
|
||||
- [G - 最新功能](appendix-07-newest-features.md)
|
||||
|
Loading…
Reference in New Issue
Block a user