Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example for how to provide stdin using std::process::Command
Spawning a child process and writing to its stdin is a bit tricky due to `as_mut` and having to use a limited borrow. An example for this might help newer users.
- Loading branch information