async_std/os/windows/
mod.rs

1//! Platform-specific extensions for Windows.
2
3cfg_std! {
4    pub mod io;
5}
6
7cfg_unstable! {
8    pub mod fs;
9}