Ringbahn: a safe, ergonomic API for io-uring in Rust

from blog Blogs on Without boats, dreams dry up, | ↗ original
In my previous post, I discussed the new io-uring interface for Linux, and how to create a safe API for using io-uring from Rust. In the time since that post, I have implemented a prototype of such an API. The crate is called ringbahn, and it is intended to enable users to perform IO on io-uring without any risk of memory unsafety.