Programming · Rust · Web Development
Rust for Web Developers
$36.00
- Format EPUB, PDF
- Pages 288
- Published 2026-06-21
- Language English
- Skill Advanced
- Technology Rust 2024 / Axum
Description
A 2026 on-ramp to Rust for web developers: ownership, Axum, async, error handling, and when Rust is worth it versus staying in TypeScript or PHP.
What you’ll learn
- Read Rust with a web-dev brain
- Stand up an Axum API
- Know when Rust is the wrong tool
Table of contents
- Why Rust from a web seat
- Ownership without folklore
- Axum services
- Async and errors
- Shipping a small API