Working with Data in Rust, data modelling, working with CSV, JSON, serialising and data structures

Alright, now that we have a good grasp of Rust tooling as well as how it would help us in our data engineering tasks, let's dig a little bit deeper into actually working with it.

In this chapter, we'll cover some popular data formats and how to work with them. We'll also explore how the powerful type system in Rust will make our life significantly easier when dealing with different data formats and convert from the one or the other.

This is where we go much more into detail.