This is a personal practicing project trying to replicate the Zero To Production In Rust but with a different web framework Axum and others.
- Chapter 04: Telemetry is not well implemented dues to lack of dedicated package to replace
tracing-actix-web
in Axum and rich logging features that Actix Web provides. - Chapter 07: Postmark and other email API providers usually require a private domain (which I don't have one) to use, the confirmation email is not functional at live environment at this moment.
- Chapter 08: Error Log output looks slightly different from the origin, due to the different tracing implementation back in Chapter 04.