With Postgres connection pooling — This article will demonstrate writing a REST API from scratch using Rust and Axum framework. I’ll show you how to set up a production-ready Rust Workspace, plan the API and add request validations, and finally some samples for logging, database handling, and error responses. In the past, I spent quite…