pub fn unbuffered_stdout() -> Result<File>
Create a std::io::File for stdout, which is not line-buffered, as opposed to std::io::Stdout.