Functionsยง
- read_
line - Reads a line of user input from stdin into a String and returns it. Panics on fail.
- read_
line_ prompt - Prompts the user with the provided &str msg before calling read_line() to get a user input string
- read_u8
- Reads a u8 from stdin and returns a u8. Panics on fail.