Create Infographics in Rust

In this last project, we’ll see many of the concepts and tools in action that we learned about throughout the course.

We’ll create some infographics in Rust to develop four skills:

  1. Collecting raw data
  2. Aggregating and storing data
  3. Processing data
  4. Visualizing data in an infographic

For this project, we’ll analyze the happiness level of people in the world, with data from the World Happiness Report.

Ready to get started?