An open API service indexing awesome lists of open source software.

https://github.com/mario-so/zero2prod

Going through the Zero 2 Production in rust book
https://github.com/mario-so/zero2prod

newsletter rust rust-lang zero2prod

Last synced: about 2 months ago
JSON representation

Going through the Zero 2 Production in rust book

Awesome Lists containing this project

README

        

# Zero 2 Prod in Rust 🦀

## User stories

```plaintext
As a blog visitor,
I want to subscribe to the newsletter,
So that I can receive email updates when new content is published on the blog;
```

```plaintext
As the blog author,
I want to send an email to all my subscribers,
So that I can notify when new content is published
```