async-std/docs/src/introduction.md
Florian Gilcher 658572272f
Fix logo link
2019-08-16 16:46:28 +02:00

561 B

Introduction

async-std logo

This book serves as high-level documentation for async-std and a way of learning async programming in Rust through it. As such, i focusses on the async-std and its task model give you.

Please note that the Rust project provides its own book on asynchronous programming, called "Asynchronous Programming in Rust", which we highly recommend reading along with this book, as it provides a different, wider view on the topic.