1 2 3 4 5
#[cfg(target_family = "windows")] pub mod windows; #[cfg(target_family = "unix")] pub mod unix;