Crate cl_utils

Source

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.