1 2 3 4 5 6 7 8
pub mod file; // Raw submission/completion-queue plumbing — an internal detail of this // backend, never something an embedder drives directly. pub(crate) mod ring; pub mod vfs; pub use file::IouringFile; pub use vfs::IouringVfs;