From 3a0ff3c7c187b25fd0418ecfd821da3f944326b2 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 26 Dec 2016 16:03:45 -0500 Subject: [PATCH] More notes, small changes to TOC --- src/SUMMARY.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 2b3965d..1525076 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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)