blob: 6dac11b6e34e24b6412ddf9c60cc13e30e39cfb1 [file] [log] [blame]
//! Platform-specific extensions for Windows.
cfg_std! {
pub mod io;
}
cfg_unstable! {
pub mod fs;
}