uringy 0.5.0

A simple single-threaded concurrency runtime for Rust based on io_uring.
Documentation
1
2
3
4
5
6
pub mod process;
pub mod runtime;
pub mod time;

#[cfg(feature = "macros")]
pub use uringy_macros::start;