Module read_input::shortcut[][src]

Expand description

Collection of functions that make things a little less verbose.

Traits

Trait for describing specifically tailored input settings for types.

Functions

Creates a new instance of InputBuilder with generic, minimal settings.

Creates a new instance of InputBuilder with settings specifically tailored to the type you want.

Shortcut function. Fetches input that is within a range, array or vector.

Shortcut function. Fetches input that is valid for whatever type needed.

Shortcut function. Fetches input that is validated with a test function.

Produces an error message from an error type. Made for use in .err_match()

Produces an error message from an error type. Made for use in .err_match()