Skip to content

Commit 228f224

Browse files
committed
Link to the book from lib.rs
1 parent cf3d661 commit 228f224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
//! Async version of the Rust standard library.
22
//!
33
//! 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.
47
//!
58
//! [`std`]: https://doc.rust-lang.org/std/index.html
9+
//! [here]: https://book.async.rs
610
//!
711
//! # Examples
812
//!

0 commit comments

Comments
 (0)