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

9 lines
No EOL
561 B
Markdown

# Introduction
![async-std logo](./images/horizontal_color.svg)
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"][async-book], which we highly recommend reading along with this book, as it provides a different, wider view on the topic.
[async-book]: https://rust-lang.github.io/async-book/