From 7560c8ff6e661146050b3050a0404b70aa396837 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 10 Mar 2022 12:28:48 +0800 Subject: [PATCH] change todo to TODO in book toc --- Readme.md | 2 +- src/SUMMARY.md | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Readme.md b/Readme.md index 2017b3d..a983b87 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ This book was designed for easily diving into and get skilled with Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics ! -> 🎊 Updated on 2022-03-09: Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html) +> 🎊 Updated on 2022-03-10: Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html) ## Reading online diff --git a/src/SUMMARY.md b/src/SUMMARY.md index ddb2070..2b44eb0 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -36,52 +36,52 @@ - [as](type-conversions/as.md) - [From/Into](type-conversions/from-into.md) - [Others](type-conversions/others.md) -- [Result and panic todo](result-panic/intro.md) +- [Result and panic TODO](result-panic/intro.md) - [panic!](result-panic/panic.md) - [result and ?](result-panic/result.md) -- [Crate and module todo](crate-module/intro.md) +- [Crate and module TODO](crate-module/intro.md) - [Crate](crate-module/crate.md) - [Module](crate-module/module.md) - [use and pub](crate-module/use-pub.md) -- [Comments and Docs todo](comments-docs.md) -- [Formatted output todo](formatted-output.md) -- [Lifetime todo](lifetime/intro.md) +- [Comments and Docs TODO](comments-docs.md) +- [Formatted output TODO](formatted-output.md) +- [Lifetime TODO](lifetime/intro.md) - [basic](lifetime/basic.md) - [&'static and T: 'static](lifetime/static.md) - [advance](lifetime/advance.md) -- [Functional programing todo](functional-programing/intro.md) +- [Functional programing TODO](functional-programing/intro.md) - [Closure](functional-programing/cloure.md) - [Iterator](functional-programing/iterator.md) -- [newtype and Sized todo](newtype-sized.md) -- [Smart pointers todo](smart-pointers/intro.md) +- [newtype and Sized TODO](newtype-sized.md) +- [Smart pointers TODO](smart-pointers/intro.md) - [Box](smart-pointers/box.md) - [Deref](smart-pointers/deref.md) - [Drop](smart-pointers/drop.md) - [Rc and Arc](smart-pointers/rc-arc.md) - [Cell and RefCell](smart-pointers/cell-refcell.md) -- [Weak and Circle reference todo](weak.md) -- [Self referential todo](self-referential.md) -- [Threads todo](threads/intro.md) +- [Weak and Circle reference TODO](weak.md) +- [Self referential TODO](self-referential.md) +- [Threads TODO](threads/intro.md) - [Basic using](threads/basic-using.md) - [Message passing](threads/message-passing.md) - [Sync](threads/sync.md) - [Atomic](threads/atomic.md) - [Send and Sync](threads/send-sync.md) -- [Global variables todo](global-variables.md) -- [Errors todo](errors.md) +- [Global variables TODO](global-variables.md) +- [Errors TODO](errors.md) - [Unsafe doing](unsafe/intro.md) - [Inline assembly](unsafe/inline-asm.md) -- [Macro todo](macro.md) -- [Tests todo](tests/intro.md) +- [Macro TODO](macro.md) +- [Tests TODO](tests/intro.md) - [Write Tests](tests/write-tests.md) - [Benchmark](tests/benchmark.md) - [Unit and Integration](tests/unit-integration.md) - [Assertions](tests/assertions.md) -- [Async/Await todo](async/intro.md) +- [Async/Await TODO](async/intro.md) - [async and await!](async/async-await.md) - [Future](async/future.md) - [Pin and Unpin](async/pin-unpin.md) - [Stream](async/stream.md) -- [Standard Library todo](std/intro.md) +- [Standard Library TODO](std/intro.md) - [String](std/String.md) \ No newline at end of file