update book toc

This commit is contained in:
sunface
2022-03-09 16:53:10 +08:00
parent b276e6db41
commit ceceab5974
14 changed files with 117 additions and 2 deletions

View File

@ -34,6 +34,8 @@
- [HashMap](collections/hashmap.md)
- [Type Conversion](type-conversions/intro.md)
- [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)
- [panic!](result-panic/panic.md)
- [result and ?](result-panic/result.md)