quill_sql/storage/io/
mod.rs

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