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

@ -32,7 +32,10 @@
- [动态字符串 String](collections/String.md)
- [动态数组 Vector](collections/vector.md)
- [KV 存储 HashMap](collections/hashmap.md)
- [类型转换 todo](type-conversion.md)
- [类型转换](type-conversions/intro.md)
- [as](type-conversions/as.md)
- [From/Into](type-conversions/from-into.md)
- [Others](type-conversions/others.md)
- [返回值和 panic! todo](result-panic/intro.md)
- [panic! 深入剖析](result-panic/panic.md)
- [返回值result 和 ?](result-panic/result.md)