i2o2 0.5.0

A io_uring based IO executor for sync and async runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
mod creation;
mod fixed_file_io;
mod misc_ops;
mod ops_scheduling;
mod register;
mod write_file_io;

fn try_init_logging() {
    let _ = tracing_subscriber::fmt::try_init();
}