Wonderful book if you want to develop the back-end in Rust.
I encourage you to buy it. But if you can't afford it, you can read articles by the author on which the book is based:
- Setup - Toolchain, IDEs, CI
- Learn By Building An Email Newsletter
- How To Bootstrap A Rust Web API From Scratch
- HTML forms, Databases, Integration tests
- Are we observable yet? An introduction to Rust telemetry
- Continuous Deployment For Rust Applications
- Using Types To Guarantee Domain Invariants
- An Introduction To Property-Based Testing In Rust
- How To Write A REST Client In Rust
- Skeleton And Principles For A Maintainable Test Suite
- Zero Downtime Deployments
- Error Handling In Rust - A Deep Dive
- Naive Newsletter Delivery
- Password auth in Rust, from scratch - Attacks and best practices
- An Introduction To Session-based Authentication In Rust
- An In-Depth Introduction To Idempotency