This repository contains my solutions/submission for the Manning Live Project series titled "Build a FinTech Platform in Rust" by Klaus Matzinger. The series projects are listed below, with the code for each project grouped in a separate directory in this repository:
- Fundamentals and Accounting
- Core Algorithms and Data Structures
- A Shared Marketplace API
The most up-to-date and final project is in the shared_marketplace folder. The final system architecture is divided into multiple components, as outlined in the below view. The majority of the code is written in the 2021 edition of Rust.
Main libraries used are:
- Tokio
- Warp
- Serde