lio 0.1.1

A platform-independent async I/O library with native support for io_uring (Linux), IOCP (Windows), and kqueue (macOS)
Documentation
1
2
3
4
5
6
fn main() {
  cfg_aliases::cfg_aliases! {
      linux: { target_os = "linux" },
      not_linux: { not(target_os = "linux") }
  }
}