tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.16k stars 129 forks source link

Use rustix for direct syscall feature? #255

Open SUPERCILEX opened 7 months ago

SUPERCILEX commented 7 months ago

At this point I only really trust rustix to have done it right. Would you be open to this?

notgull commented 7 months ago

+1 to this, as it allows us to entirely avoid the system C library on Linux.