Crate read_stdin

source ·

Functions

Read user input from stdin and try to parse it into a generic type.
Read user input from stdin and try to parse it into a generic type. I will keep prompting the user for input until they enter data that properly parses.