1
2
3
4
5
#[cfg(windows)]
pub mod windows;
pub mod common;
#[cfg(not(windows))]
pub mod unix;