书籍 Rust Web Development的封面

Rust Web Development

Bastian Gruber

出版时间

2023-01-23

ISBN

9781617299001

评分

★★★★★
书籍介绍

Rust Web Development, teaches you to build server-side web apps using Rust, along with important Rust libraries like tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests. The book is packed full of examples, code samples, and pro tips for setting up your projects and organizing your code. As you go, you’ll build a complete Q&A web service and iterate on your code chapter-by-chapter, just like a real development project.

Bastian Gruber is a Protocol Engineer at Centrifuge. He was part of the official Rust Async Working Group, and founded the Rust and Tell Berlin MeetUp group.

目录
PART 1 INTRODUCTION TO RUST
1 Why Rust?
2 Laying the foundation
PART 2 GETTING STARTED
3 Create your first route handler

显示全部
用户评论
Hands on Warp,一本书讲一个小项目。从 HelloWorld开始,慢慢演变成一个完整项目结构,新手友好,但是读起来挺累的。