1 2 3 4 5
#[cfg(target_os = "linux")] pub mod io_uring; #[cfg(not(target_os = "linux"))] pub mod block_io;