pub fn read(read_line: bool) -> Result<String>
Reads bytes from stdin into a String.
stdin
If read_line is true, stop at the first newline (the 0xA byte).
read_line
0xA