From d7c0a28b901d942a5c227e0b8b591dde603cfbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Augusto?= <117314226+josemoura212@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:22:42 -0300 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94d457b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Zero To Production In Rust + +
+ +[Zero To Production In Rust](https://zero2prod.com) is an opinionated introduction to backend development using Rust. + +This repository serves as supplementary material for [the book](https://zero2prod.com/): it hosts several snapshots of the codebase for our email newsletter project as it evolves throughout the book.