pub fn parse<T>(read_line: bool) -> Result<T>where T: FromStr, T::Err: StdError + Send + Sync + 'static,
Reads bytes from stdin into a String.
stdin
If read_line is true, stop at the first newline (the 0xA byte).
read_line
0xA