1 2 3
#[cfg_attr(target_os = "linux", path = "unix.rs")] #[cfg_attr(target_os = "windows", path = "win.rs")] pub mod os;