flâneur — a map of the web's best reading

Getting Started - Asynchronous Programming in Rust

rust-lang.github.io · 985 words · saved by 1 readers

Welcome to Asynchronous Programming in Rust! If you're looking to start writing asynchronous Rust code, you've come to the right place. 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. The middle chapters discuss key utilities and control-flow tools you can use when writing async code, and describe best-practices for structuring libraries and applications to maximize performance and reusability. The last section of the book covers the broader async ecosystem, and provides a number of examples of how to accomplish common tasks. With that out of the way, let's explore the exciting world of

Introduction - Asynchronous Programming in Rust Keyboard shortcuts Press ← or → to navigate between chapters Press S or / to search in the book Press ? to show this help Press Esc to hide this help Auto Light Rust Coal Navy Ayu Asynchronous Programming in Rust NOTE: this guide is currently undergoing a rewrite after a long time without much work. It is work in progress, much is missing, and what exists is a bit rough. Introduction This book is a guide to asynchronous programming in Rust. It is designed to help you take your first steps and to discover more about advanced topics. We don’t assum

Explore this link on the map →

saved by

related reading