Skip to content

damccull/zero2prod

Repository files navigation

Zero to Production in Rust

CI/CD Prechecks Security audit Code coverage Fly Deploy

This is my modified code for Luca Palmieri's book, Zero to Production in Rust. I am using Axum in this version instead of actix_web. I also have a few modifications that stray from the book for security, efficiency, documentation, or just to make the code easier on my eyes. This repo is also deployed to fly.io rather than Digital Ocean.

Feel free to use or steal any of the code in this repo.