1 2 3 4
#[cfg(target_os = "linux")] pub mod linux; #[cfg(all(target_os = "windows", feature = "windows"))] pub mod windows;