Open NikVolf opened 7 years ago
Ah I actually ended up not pursuing this crate because I ended up not needing it for my use case. In that sense it's not currently on crates.io. Would you be interested in taking it over though?
yeah, sure, I will try to update it on my own, will make a pr it will also require changes to mio_named_pipes, right?
I don't think this'll require changes on the mio side, but I may be wrong!
This is addressed on @NikVolf's fork (https://github.com/NikVolf/tokio-named-pipes).
@alexcrichton, May I submit a PR to add a link in readme pointing to that fork or do you want to keep development here? I can help maintain if needed.
@c0gent a PR sounds great! I'm totally down for making that the new official home of this crate
Any chance this crate is going to be updated to latest changes there?
Specifically,
NamedPipe
should implementtokio_io::AsyncRead
,tokio_io::AsyncWrite