R4 - Basic
🚧 UNDER CONSTRUCTION: Please bear 🧸 with me! If you can't wait please try read more.
Before we can continue please make sure that you have learnt this cool stuff already. From now on we will learn by examples.
Goals
- Able to fetch with
reqwest, parse withserde, do some conversion. - Able to use existing crate.
- Getting familiar with
async,await. - Able to handle
resultwithanyhow. - Able to control error with
thiserror. - Able to fetch multiple with
futuresandtokio - Able to handle multiple
resultandoption.