Module v0_11_0

Source
Expand description

§Changed

  • Remove dep tokio-pipe (#156)
  • Remove deprecated functions (#156)
  • Replace From<tokio::proces::Child*> with TryFrom<tokio::proces::Child*>, since the converison is falliable (#156)
  • Remove IntoRawFd for Child* since the conversion is falliable (#156)