Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.22 KB

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.