Expand description
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 register::Probe;
pub use squeue::SubmissionQueue;
Modules§
- cqueue
- Completion Queue
- opcode
- Operation codes that can be used to construct
squeue::Entry
s. - register
- Some register syscall related types or parameters.
- squeue
- Submission Queue
- types
- Common Linux types not provided by libc.
Structs§
- Builder
- IoUring build params
- IoUring
- IoUring instance
- Parameters
- The parameters that were used to construct an
IoUring
. - 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.