Crate read_line

Crate read_line 

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