1 2 3 4 5 6 7
pub mod linux_common; #[cfg(target_os = "linux")] pub mod linux; #[cfg(target_os = "android")] pub mod android;