Open pinkforest opened 7 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.
We already have an high level API crate https://github.com/tokio-rs/tokio-uring
Yeah but that makes several opinions and does things in tokio way. io-uring doesn't necessarily require tokio.
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.