Crate io_uring

source ·
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

Modules

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.