Function std::old_io::stdio::stdin_rawUnstable [-] [+] [src]

pub fn stdin_raw() -> StdReader

Creates a new non-blocking handle to the stdin of the current process.

Unlike stdin(), the returned reader is not a buffered reader.

See stdout() for more notes about this function.