We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3d661 commit 228f224Copy full SHA for 228f224
src/lib.rs
@@ -1,8 +1,12 @@
1
//! Async version of the Rust standard library.
2
//!
3
//! This crate is an async version of [`std`].
4
+//! Higher-level documentation in the form of the book
5
+//! ["Async programming in Rust with async-std"][book]
6
+//! is available.
7
8
//! [`std`]: https://doc.rust-lang.org/std/index.html
9
+//! [here]: https://book.async.rs
10
11
//! # Examples
12
0 commit comments