1 2 3 4 5 6 7 8
#[cfg(any(target_os = "macos", target_os = "ios"))] mod platform; #[cfg(any(target_os = "macos", target_os = "ios"))] pub use platform::*; pub use std::convert::TryInto; pub use std::{fmt, fs, io};