Skip to content

kkourt/iouring-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iouring-rs

A Rust library for using Linux io_uring.

Work in progress.

Notes

This implementation operates directly on the kernel ABI, while trying to follow the liburing implementation. The goal is to understand the io_uring facility and how to write low-level code with Rust.

Implementing bidings to liburing is probably a better choice in the long run (e.g., https://github.com/withoutboats/iou). There seems to be at least one more Rust implementation that operates directly on the kernel ABI.

About

A Rust library for using Linux io_uring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published