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
IntoRawFd
forChild*
since the conversion is falliable (#156)