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