mirror of
https://github.com/async-rs/async-std.git
synced 2025-07-06 21:11:35 +00:00
6 lines
92 B
Rust
6 lines
92 B
Rust
//! Platform-specific extensions for Windows.
|
|
|
|
cfg_std! {
|
|
pub mod io;
|
|
pub mod fs;
|
|
}
|