openssh-rust / openssh

Scriptable SSH through OpenSSH in Rust
Apache License 2.0
232 stars 35 forks source link

Remove dep tokio-pipe #155

Closed NobodyXu closed 1 month ago

NobodyXu commented 1 month ago

also remove deprecated functions, and replace From<tokio::proces::Child*> with TryFrom<tokio::proces::Child*>, since the converison is falliable.

Also remove IntoRawFd for Child* since the conversion is falliable.

jonhoo commented 1 month ago

This change is Reviewable