1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

Update README.md

This commit is contained in:
Rob Ede 2021-10-28 16:33:44 +01:00 committed by GitHub
parent 5c7b7428f2
commit 249e863187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,9 @@
- [Production-Grade Logging in Rust Applications](https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6): An article showcasing the use of [tracing](https://github.com/tokio-rs/tracing) in an Actix application
- [Fullstack-Rust](https://github.com/vascokk/fullstack-rust): A Full Stack Rust application (Connect5 game) with Actix-web, Yew, Bulma CSS and Diesel.
## Paid Resources
- [book] [Zero2prod by Luca Palmieri](https://algoluca.gumroad.com/l/zero2prod): Takes you on a journey to discover the world of backend development in Rust.
## Contribute
Pull requests welcome for small, focussed example projects demonstrating patterns or techniques.