Registry / networking / io-uring

io-uring

JSON →
library0.7.12rscratesunverified

The low-level `io_uring` userspace interface for Rust.

# Cargo.toml [dependencies] io-uring = "0.7.12"
INSTALL
IMPORT
SIG · IO-URING
I
io-uring
networkingrustv0.7.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IoUring
use io_uring::IoUring;

Create an io_uring instance for async I/O.

use io_uring::IoUring; fn main() { let ring = IoUring::new(256).unwrap(); println!("io_uring created"); }
Debug
Known issues
gotchaRequires Linux kernel 5.1+ with io_uring support.
fix
Ensure your system runs a compatible Linux kernel.
affects: >=0.7.0
Upgrade
Version history
0.7.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
io-uring — cargo add io-uring · libregistry