We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would enable this crate to be used on windows 10, where unix domain socket is supproted but sending fds over it is not supported.
This would also make it possible to pool connection and further improve performance, at the cost of more complex code and more code to maintain.
But I think the benefit outweight the cost.
The text was updated successfully, but these errors were encountered:
The windows support is blocked on tokio-rs/tokio#2201
Sorry, something went wrong.
{fs, file}::*
RemoteChildOwned
Superseded by openssh-rust/openssh#152 which avoids external ssh dependency altogether
No branches or pull requests
This would enable this crate to be used on windows 10, where unix domain socket is supproted but sending fds over it is not supported.
This would also make it possible to pool connection and further improve performance, at the cost of more complex code and more code to maintain.
But I think the benefit outweight the cost.
The text was updated successfully, but these errors were encountered: