tokio-rs / io-uring

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

Workspace for higher level API #266

Open pinkforest opened 5 months ago

pinkforest commented 5 months ago

Would you be amenable separating the lower level API and higher level APIs ? e.g. in a workspace

I created io-uring-epoll high level API crate f.ex. and I could upstream it.

quininer commented 5 months ago

We already have an high level API crate https://github.com/tokio-rs/tokio-uring

pinkforest commented 5 months ago

Yeah but that makes several opinions and does things in tokio way. io-uring doesn't necessarily require tokio.