zero2prod
zero2prod copied to clipboard
An implementation of Zero To Production In Rust using Axum instead of Actix
I found this repo extremely useful and wanted to use it with the latest crate versions. Crates updated: - axum 0.4 -> 0.7.3 - hyper 0.14 -> 1.1.0 - config...
The application does not run with the latest version of Axum (currently v0.7.3). Would it be possible for you to push an update?
https://github.com/SaadiSave/zero2prod/blob/main/src/startup.rs in this file, I feel that putting this trunk of code in Axum runner function is to noisy, makes it hard to read, so I like the idea of...