mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-27 06:29:42 +00:00
update book toc
This commit is contained in:
@ -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)
|
||||
|
1
src/about.md
Normal file
1
src/about.md
Normal file
@ -0,0 +1 @@
|
||||
# Rust By Practice
|
1
src/type-conversions/from-into.md
Normal file
1
src/type-conversions/from-into.md
Normal file
@ -0,0 +1 @@
|
||||
# From/Into
|
1
src/type-conversions/others.md
Normal file
1
src/type-conversions/others.md
Normal file
@ -0,0 +1 @@
|
||||
# Others
|
Reference in New Issue
Block a user