tokio/tests-integration
Ivan Petkov 34f1d3d040
process: allow for ergonomically piping stdio of one child into another (#3466)
* Add `TryInto<Stdio>` impls for `ChildStd{in,out,err}` for ergonomic
  conversions into `std::process::Stdio` so callers can perform the
  conversion without needing to manipulate raw fds/handles directly
2021-01-27 01:12:54 +00:00
..
2020-10-12 14:13:23 -07:00
2019-10-25 12:50:15 -07:00

Tests that require additional components than just the tokio crate.