async-std 1.0.0

Async version of the Rust standard library
Documentation
1
2
3
4
5
//! Platform-specific extensions for Windows.

cfg_std! {
    pub mod io;
}