tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.16k stars 129 forks source link

feat: a convenient wrapper for buf ring #290

Open Berrysoft opened 2 months ago

Berrysoft commented 2 months ago

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.

quininer commented 2 months ago

Sorry, due to work, I don't have energy to maintain more API at the moment. You can maintain it in your own project.

SUPERCILEX commented 2 months ago

There's also https://github.com/tokio-rs/io-uring/pull/256