Expand description
ยงChanged
- Remove dep tokio-pipe (#156)
- Remove deprecated functions (#156)
- Replace
From<tokio::proces::Child*>withTryFrom<tokio::proces::Child*>, since the converison is falliable (#156) - Remove
IntoRawFdforChild*since the conversion is falliable (#156)