1#[cfg(all(unix, not(target_os = "android")))] 2mod unix; 3 4#[cfg(all(unix, not(target_os = "android")))] 5pub use unix::IterIpAddr;