/uring

io_uring library for Rust

Primary LanguageRust

uring

The io_uring library for Rust.

Note: Not for production at all (it doesn't even provide full features). It was mainly built while I was learning about io_uring and unsafe capabilities of Rust. See this for context.

Primary goal was to support read operation and write cat utility using it (check examples). If I get enough time and motivation, I would like to make it a bit more usable and build async runtime around it.