[][src]Crate io_uring

The io_uring library for Rust.

The crate only provides a summary of the parameters. For more detailed documentation, see manpage.

Re-exports

pub use cqueue::CompletionQueue;
pub use squeue::SubmissionQueue;

Modules

concurrent

Concurrent IoUring.

cqueue

Completion Queue

opcode

Operation codes that can be used to construct squeue::Entrys.

squeue

Submission Queue

Structs

Builder

IoUring build params

IoUring

IoUring instance

Parameters

The parameters that were used to construct an IoUring.

Probe

Information about what io_uring features the kernel supports.

Submitter

Interface for submitting submission queue events in an io_uring instance to the kernel for executing and registering files or buffers with the instance.