Sign in
rust
/
rust-by-example
/
refs/heads/macros
/
.
/
examples
/
process
/
pipe
/
input.md
blob: a24924510b354b31d31235c7880fc00b8e9b8aa6 [
file
] [
log
] [
blame
] [
view
] [
edit
]
The
`Process`
struct
represents a running child process
,
and
exposes the
`stdin`
,
`stdout`
and
`stderr`
handles
for
interaction
with
the underlying
process via pipes
.
{
pipe
.
play
}