Function unbuffered_stdout

Source
pub fn unbuffered_stdout() -> Result<File>
Available on Unix only.
Expand description

Create a std::io::File for stdout, which is not line-buffered, as opposed to std::io::Stdout.