For one of the easier college assignments, I decided to use Rust. It was a blast!
This is a simple web API that I wrote using Rust as an exercise with the language. It uses Axum as a web driver, Tokio as the async runtime, and Diesel as a database ORM. I honestly think it works really nicely.
Go check it out on my GitHub!