Rust: Clean architecture with Actix Web State & Lifetime
I recently decided to write my first web-app with Rust (as a Go/Java developer) using Actix::Web. I’m following use-case architecture. Here is the pseudocode to start the server:
I recently decided to write my first web-app with Rust (as a Go/Java developer) using Actix::Web. I’m following use-case architecture. Here is the pseudocode to start the server: