2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-07-06 21:11:35 +00:00
async-std/src/os/windows/mod.rs
2019-11-18 10:20:07 +08:00

6 lines
92 B
Rust

//! Platform-specific extensions for Windows.
cfg_std! {
pub mod io;
pub mod fs;
}