Module pipe

Source
Expand description

Intercept stdio via pipe-then-dup method

Re-exports§

pub use stderr::PipedStderr;
pub use stdin::PipedStdin;
pub use stdout::PipedStdout;

Modules§

stderr
Intercept std::io::Stderr
stdin
Intercept std::io::Stdin
stdout
Intercept std::io::Stdout