mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-08 09:26:42 +00:00
9 lines
570 B
Markdown
9 lines
570 B
Markdown
# Introduction
|
|
|
|

|
|
|
|
This book serves as high-level documentation for `async-std` and a way of learning async programming in Rust through it. As such, it focuses on the `async-std` API and the task model it gives 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/
|