Engin Diriblog.ediri.io·Mar 19, 2023Building a RESTful API with Actix Web and Diesel for Persistent Data StorageTL;DR: The code https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api-diesel Introduction In my last blog article, we created a REST API with Actix Web with in-memory persistence. This was a great way to get started with Actix Web...Discuss·1 like·6.5K readsLearning RustRust