uringy 0.5.0

A simple single-threaded concurrency runtime for Rust based on io_uring.
Documentation
1
2
3
4
5
#[uringy::start]
fn main() {
    uringy::process::print("hello ").unwrap();
    uringy::process::print("world!\n").unwrap();
}