mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-08 01:16:41 +00:00
Link to the book from lib.rs
This commit is contained in:
parent
cf3d66143d
commit
228f22440c
1 changed files with 4 additions and 0 deletions
|
@ -1,8 +1,12 @@
|
||||||
//! Async version of the Rust standard library.
|
//! Async version of the Rust standard library.
|
||||||
//!
|
//!
|
||||||
//! This crate is an async version of [`std`].
|
//! This crate is an async version of [`std`].
|
||||||
|
//! Higher-level documentation in the form of the book
|
||||||
|
//! ["Async programming in Rust with async-std"][book]
|
||||||
|
//! is available.
|
||||||
//!
|
//!
|
||||||
//! [`std`]: https://doc.rust-lang.org/std/index.html
|
//! [`std`]: https://doc.rust-lang.org/std/index.html
|
||||||
|
//! [here]: https://book.async.rs
|
||||||
//!
|
//!
|
||||||
//! # Examples
|
//! # Examples
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue