mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add chapter: Result and ?
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
### 2022-03-11
|
### 2022-03-11
|
||||||
|
|
||||||
- Add one exercise in [Patterns](https://practice.rs/pattern-match/patterns.html)
|
- Add one exercise in [Patterns](https://practice.rs/pattern-match/patterns.html)
|
||||||
|
- Add [Result and ?](https://practice.rs/result-panic/result.html)
|
||||||
|
|
||||||
### 2022-03-10
|
### 2022-03-10
|
||||||
|
|
||||||
|
@ -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 !
|
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-10: Add [Panics](https://practice.rs/result-panic/panic.html)
|
> 🎊 Updated on 2022-03-11: Add [Result and ?](https://practice.rs/result-panic/result.html)
|
||||||
|
|
||||||
## Reading online
|
## Reading online
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
- [Others](type-conversions/others.md)
|
- [Others](type-conversions/others.md)
|
||||||
- [Result and panic](result-panic/intro.md)
|
- [Result and panic](result-panic/intro.md)
|
||||||
- [panic!](result-panic/panic.md)
|
- [panic!](result-panic/panic.md)
|
||||||
- [result and ?](result-panic/result.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)
|
- [Crate](crate-module/crate.md)
|
||||||
- [Module](crate-module/module.md)
|
- [Module](crate-module/module.md)
|
||||||
|
Reference in New Issue
Block a user