I'm thinking about providing support for those in my lib, but I can't really find any crates that realize this.
-
I found https://crates.io/crates/tokio-named-pipes for named pipes, but it's on tokio 0.1, I'm pretty much bound to use the new tokio. There's also https://crates.io/crates/named_pipe, but that does not seem to support async reading/writing.
-
Unix streams are less important (might even not be relevant, but I've started looking so I figured I'd ask
), but there's https://crates.io/crates/uds_windows, which is pretty recent, but does not seem to support async either.
Did I miss something? Might it be easy to wrap some sync thing for async reading/writing? Thanks for any pointers