[go: up one dir, main page]

async-std 1.6.1

Async version of the Rust standard library
Documentation
1
2
3
4
5
6
7
8
9
10
//! Platform-specific extensions for Unix platforms.

cfg_std! {
    pub mod io;
}

cfg_default! {
    pub mod fs;
    pub mod net;
}