Crate cl_utils

source ·

Functions

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