mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
More notes, small changes to TOC
This commit is contained in:
parent
8919f24fc1
commit
3a0ff3c7c1
@ -64,7 +64,7 @@
|
||||
|
||||
## Thinking in Rust
|
||||
|
||||
- [Composition]()
|
||||
- [Thinking in Rust]()
|
||||
- [Instead of Inheritance]()
|
||||
- [Trait Objects?]()
|
||||
|
||||
@ -100,17 +100,16 @@
|
||||
|
||||
- [More Lifetimes]()
|
||||
|
||||
- [Unsafe Rust]()
|
||||
- [Unsafe Rust]() (think about merging into the next chapter on advanced type system features)
|
||||
- [Raw Pointers]()
|
||||
- [`transmute`]()
|
||||
|
||||
- [Advanced Type System Features]() (perhaps called "Advanced Traits"?)
|
||||
- [Associated Types]()
|
||||
- [Trait Objects]() (might be incorporated into the Composition chapter?)
|
||||
- [UFCS]()
|
||||
- [Coherence]()
|
||||
|
||||
- [Macros]()
|
||||
- [Macros]() (think about making little book of rust macros the authority on this topic)
|
||||
- [Writing Your Own Macros]()
|
||||
|
||||
- [Appendix](appendix-00.md)
|
||||
|
Loading…
Reference in New Issue
Block a user