Comment by dwattttt
6 days ago
I don't think any of the solutions are specific to Rust though? Just like the mistakes you can make hosting child processes can be made in many languages, the solution of e.g. "don't give the child processes your stdout, give it a pipe that you read from" isn't a Rust solution.
I believe @stonogo is saying Rust code is specific to Rust.