Skip to content

heyrutvik/uring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

io_uring library for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages