proc-reader
A std::io::Read implementation for stdout/stderr of other process
Usage
[]
= "0.3.0"
Example
extern crate nix;
extern crate proc_reader;
use Pid;
use ProcReader;
use Command;
use Read;
use Duration;
use thread;
A std::io::Read implementation for stdout/stderr of other process
[]
= "0.3.0"
extern crate nix;
extern crate proc_reader;
use Pid;
use ProcReader;
use Command;
use Read;
use Duration;
use thread;