Code for "Zero To Production In Rust", a book on API development using Rust.
Go to file
2021-12-28 12:45:38 +01:00
.github/workflows Fix code coverage. 2021-08-01 21:03:11 +01:00
src Remove actix_rt direct usage. 2021-12-26 15:41:40 +01:00
tests Remove actix_rt direct usage. 2021-12-26 15:41:40 +01:00
.gitignore Scaffolding 2020-08-23 11:34:29 +01:00
Cargo.lock Update dependencies. 2021-12-28 12:45:38 +01:00
Cargo.toml Update dependencies. 2021-12-28 12:45:38 +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