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
- Completion Queue
- Operation codes that can be used to construct
squeue::Entry
s. - Some register syscall related types or parameters.
- Submission Queue
- Common Linux types not provided by libc.
Structs
- IoUring build params
- IoUring instance
- The parameters that were used to construct an
IoUring
. - Interface for submitting submission queue events in an io_uring instance to the kernel for executing and registering files or buffers with the instance.