1
2
3
4
5
6
7
8
9
//! Platform-specific extensions for Windows.

cfg_std! {
    pub mod io;
}

cfg_unstable! {
    pub mod fs;
}