io-uring
io-uring copied to clipboard
feat: a convenient wrapper for buf ring
This is an implementation for a raw buffer ring that doesn't own the buffers, based on liburing impl. It will be convenient for developers to implement their own safe buffer ring.
Sorry, due to work, I don't have energy to maintain more API at the moment. You can maintain it in your own project.
There's also https://github.com/tokio-rs/io-uring/pull/256