как в stdout, так и в stderr в виде одного блока текста, в том порядке, в котором оно туда писалось?
Можно использовать unix команду "exec"
Вроде как можно просто перенаправить stderr в stdout
Command::output? https://doc.rust-lang.org/std/process/struct.Command.html#method.output > By default, stdout and stderr are captured (and used to provide the resulting output). Stdin is not inherited from the parent and any attempt by the child process to read from the stdin stream will result in the stream immediately closing.
Обсуждают сегодня