1 2 3 4 5 6 7 8
#[cfg(not(target_arch = "wasm32"))] pub mod std_serial; #[cfg(all(feature = "async", not(target_arch = "wasm32")))] pub mod async_serial; #[cfg(all(feature = "wasm", target_arch = "wasm32"))] pub mod wasm_serial;