1 2 3 4 5
#[cfg(any(target_vendor = "apple", docsrs))] mod apple; #[cfg(any(target_vendor = "apple", docsrs))] pub use apple::*;