tokio-rs/io-uring

change the visibility of mod sys to pub

hi-glenn opened this issue · 1 comments

change the visibility of mod sys to pub in order to use some feature like IORING_RECV_MULTISHOT

As the following:
mod sys; => pub mod sys;

Or, is there some other way to get the same effect ?

duplicate issue as #33