Registry / async / rio
library0.9.4rscratesunverified

Provides nice bindings for io_uring, a Linux asynchronous I/O interface.

# Cargo.toml [dependencies] rio = "0.9.4"
INSTALL
IMPORT
SIG · RIO
R
rio
asyncrustv0.9.4
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.

Rio
use rio::Rio;

Initialize a new io_uring instance.

use rio::Rio; fn main() -> std::io::Result<()> { let ring = Rio::new()?; // Use ring for async I/O operations Ok(()) }
Debug
Known issues
gotchaRequires Linux kernel 5.1+ with io_uring support
fix
Ensure your system runs a compatible Linux kernel.
affects: >=0.9.0
Upgrade
Version history
0.9.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
rio — cargo add rio · libregistry