1.
Introduction
1.1.
Welcome to async-std!
1.2.
std::future and futures-rs
1.3.
Stability guarantees
2.
Async concepts using async-std
2.1.
Futures
2.2.
Tasks
2.3.
Async read/write
2.4.
Streams and Channels
3.
Tutorial: Implementing a chat
3.1.
Specification and Getting started
3.2.
Writing an Accept Loop
3.3.
Receiving Messages
3.4.
Sending Messages
3.5.
Connecting Readers and Writers
3.6.
All Together
3.7.
Clean Shutdown
3.8.
Handling Disconnection
3.9.
Implementing a Client
4.
Async Patterns
4.1.
TODO: Collected Small Patterns
4.2.
Production-Ready Accept Loop
5.
Security practices
5.1.
Security Disclosures and Policy
6.
Glossary
Light (default)
Rust
Coal
Navy
Ayu
Async programming in Rust with async-std
TODO: Streams