1 2 3 4 5 6 7
#![no_std] #[cfg(any(target_os = "android", target_os = "linux"))] pub use linux::*; #[cfg(any(target_os = "android", target_os = "linux"))] mod linux;