async-std 0.99.12

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

cfg_std! {
    pub mod io;
}