lio 0.2.1

A platform-independent async I/O library with native support for io_uring (Linux), IOCP (Windows), and kqueue (macOS)
Documentation

When adding op:

  • Add test in tests/test_<op>.rs.
  • Add test in tests/test_callback.rs.
  • Add test in tests/test_detach_safe.rs.