|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
#![allow(rustdoc::invalid_html_tags)]
|
|
|
|
|
//! # Async version of the Rust standard library
|
|
|
|
|
//!
|
|
|
|
|
//! `async-std` is a foundation of portable Rust software, a set of minimal and battle-tested
|
|
|
|
@ -191,7 +192,7 @@
|
|
|
|
|
//! <span
|
|
|
|
|
//! class="module-item stab portability"
|
|
|
|
|
//! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
|
|
|
|
|
//! ><code>unstable</code></span>
|
|
|
|
|
//! > <code>unstable</code> </span>
|
|
|
|
|
//! are available only when the `unstable` Cargo feature is enabled:
|
|
|
|
|
//!
|
|
|
|
|
//! ```toml
|
|
|
|
@ -204,7 +205,7 @@
|
|
|
|
|
//! <span
|
|
|
|
|
//! class="module-item stab portability"
|
|
|
|
|
//! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
|
|
|
|
|
//! ><code>attributes</code></span>
|
|
|
|
|
//! > <code>attributes</code> </span>
|
|
|
|
|
//! are available only when the `attributes` Cargo feature is enabled:
|
|
|
|
|
//!
|
|
|
|
|
//! ```toml
|
|
|
|
|