Crate input_py

Crate input_py 

Source

Enums§

InputError
Errors that can occur during input operations

Functions§

input
Reads a line of input from stdin with a prompt, similar to Python’s input() function.
input_trim
Reads a line of input with configurable trimming behavior.
input_with_default
Reads a line of input with a default value if nothing is entered.