1 2 3 4 5
#[cfg(target_os = "linux")] mod linux; #[cfg(target_os = "linux")] pub(crate) use linux::*;