Crate input_macro

Source

Macros§

input
A macro that:
input_no_eof
A macro that:
inputln
A macro that:

Enums§

InputError
A unified error type indicating either an I/O error, a parse error, or EOF.

Functions§

read_input
A convenience wrapper that reads from stdin (locking it), without printing a prompt.
read_input_from
A single function that:
read_input_with_prompt
A convenience wrapper that reads from stdin, printing the given prompt first.