Look inside
In this liveProject, you will complete a half-finished prototype tool designed to improve risk management in fund strategies. You’ll transform the existing code to use async programming, use concurrent requests to fetch and process data for the tool, and output data on the command line in a CSV format. Once you’ve built the basics, you’ll upgrade the CLI’s performance to concurrently fetch stock data every 30 seconds.
This project is designed for learning purposes and is not a complete, production-ready application or solution.
prerequisites
This liveProject is for intermediate Rust programmers who want to advance their knowledge beyond the basics. To begin this liveProject you will need to be familiar with:
TOOLS
- Intermediate Rust, min. version 1.51
- Basics of Cargo
TECHNIQUES
- Basics of Data processing
- Basics of Concurrency
you will learn
In this liveProject, you’ll learn how to use unique features of the Rust ecosystem to write asynchronous code and build cross-platform applications. The skills you learn can be easily transferred to other large-scale and enterprise Rust development projects.
- Async programming using different approaches
- Use async streams for improved efficiency
- Unit tests in async environments
- Try out and implement advanced architectural styles for your code