Macros§
- input
- A macro that:
- input_
no_ eof - A macro that:
- inputln
- A macro that:
Enums§
- Input
Error - 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.