My first foray into Rust: Querying data from the Federal Reserve of St. Louis
I’ve been enamoured by the Rust typing system and safety for some time now. After attending a couple of Udemy courses, I decided to get my hands dirty on an actual project. So I thought to replicate something I’ve done before in Python, which is to create a library that would help to obtain data from the Federal Reserve of St. Louis (FRED) data REST API.
Here are some of the deepest impressions that Rust has left on me in my little project.