Update README.md

This commit is contained in:
Luca Palmieri 2020-09-27 17:13:25 +01:00 committed by GitHub
parent 3e553eaf60
commit 2fe0da12f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
# Zero To Production / Code
This repository complements the [Zero To Production book](https://www.lpalmieri.com/posts/2020-05-24-zero-to-production-0-foreword/): it hosts snapshots of the codebase of our email newsletter project at end of each chapter.
![Book cover](https://www.zero2prod.com/assets/img/book2.png)
[Zero To Production In Rust](https://zero2prod.com) aims to be an opinionated introduction to backend development using Rust.
This repository serves as supplementary material for [the book](https://zero2prod.com/): it hosts snapshots of the codebase of our email newsletter project at end of each chapter.
It is structured as a `cargo` workspace: running `cargo build` will build the codebase for **all** chapters.
If you want to build/test/run the code for a _specific_ chapter, just move into its folder! E.g.: