Vladimir Krivopalov
Vladimir Krivopalov
Second that. I would like to package `rapidcheck` for Void Linux but untagged packages are not accepted into https://github.com/void-linux/void-packages/. Can you please introduce tagging/versioning?
I started looking into adding WASI support to `polling`, and I am facing a conundrum here. `WASIp1` supports polling through [`wasi::poll_oneoff`](https://docs.rs/wasi/0.11.0+wasi-snapshot-preview1/wasi/fn.poll_oneoff.html) using [`wasi::Subscription`](https://docs.rs/wasi/0.11.0+wasi-snapshot-preview1/wasi/struct.Subscription.html)s that can be created from raw file...
A prerequisite for supporting `kqueue` as the polling backend for Haiku is to expose `kqueue` API for Haiku in `rustix`.
From https://man.freebsd.org/cgi/man.cgi?kqueue(2): > If the read direction of the socket has shut- down, then the filter also sets EV_EOF in flags, and returns the socket error (if any) in fflags....