Crate read_line

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