1 2 3 4 5
#[cfg(target_os = "windows")] pub mod windows; #[cfg(not(target_os = "windows"))] pub mod unix_base;