1 2 3
#[cfg(target_os="android")] pub mod android; #[cfg(target_arch="wasm32")] pub mod wasm; #[cfg(windows)] pub mod win32;