Here I go with my first post that fully focuses on Rust. After spending a few months doing a bit here and there, I decided to just dive right in as I was going through the Rust book at too slow a pace to keep myself interested. So, in this post, I decided to write about setting up a simple REST API, which is something that I have done in Java plenty of times, but with Rust, it is a different story.
Anyway, enough with this personal backstory and onto the actual tutorial. https://goo.gl/qwsKG5

