Skip to content

A replica of Zero To Production In Rust with a different web framework Axum.

License

Notifications You must be signed in to change notification settings

SergeFan/zero2prod-axum

Repository files navigation

zero2prod-axum

What is this project?

This is a personal practicing project trying to replicate the Zero To Production In Rust but with a different web framework Axum and others.

Main Differences

Known Issues

  • 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.

About

A replica of Zero To Production In Rust with a different web framework Axum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published