Crate input_macro

Source

Macros§

  • A macro for reading and parsing input from stdin, returning Option<T>.
  • A macro for reading and parsing input from stdin that does not handle EOF gracefully.
  • A macro for reading and parsing input from stdin, returning Option<T>, but prints the prompt (if any) on its own line.

Enums§

  • A custom error type for input operations that can represent I/O or parse errors.

Functions§