Asynchronous Programming in Rust book
Welcome to Asynchronous Programming in Rust! Whether you’re building a web server, a database, or an operating system, this book will show you how to use Rust’s asynchronous programming tools to get the most out of your hardware. This book aims to be a comprehensive, up-to-date guide to using Rust’s async language features and libraries, appropriate for beginners and old hands alike. The early chapters provide an introduction to async programming in general, and to Rust’s particular take on it. With that out of the way, let’s explore the exciting world of Asynchronous Programming in Rust!
Source: rust-lang.github.io