Code for "Zero To Production In Rust", a book on API development using Rust.
Go to file
2021-08-01 21:03:11 +01:00
.github/workflows Fix code coverage. 2021-08-01 21:03:11 +01:00
src Update to use latest versions (with tokio 1 support). 2021-02-06 16:15:17 +00:00
tests Chapter 03 - Part 0 (snapshot). 2020-12-05 16:50:21 +00:00
.gitignore Scaffolding 2020-08-23 11:34:29 +01:00
Cargo.lock Update to actix-web 4.0.0-beta.8 2021-07-11 14:10:43 +01:00
Cargo.toml Update to actix-web 4.0.0-beta.8 2021-07-11 14:10:43 +01:00
README.md Update README. 2020-12-05 17:25:08 +00:00

Zero To Production / Code (Chapter 3, Part 0)

Zero To Production In Rust is an opinionated introduction to backend development using Rust.

This repository serves as supplementary material for the book: it hosts snapshots of the codebase of our email newsletter project at end of each chapter.

This branch is a snapshot of the project at the end of Chapter 3, Part 0.

Pre-requisite

You'll need to install:

How to build

Using cargo:

cargo build

How to test

Using cargo:

cargo test