Crate read_input

source ·
Expand description

Go the the readme file for documentation.

Modules

Module to be imported in the style use read_input::prelude::*; to get the essential functions and traits.
Collection of functions that make things a little less verbose.

Structs

‘builder’ used to store the settings that are used to fetch input.
‘builder’ used to store the settings that are used to fetch input.

Traits

Trait for comman types that store input settings.
Trait for changing input settings by adding constraints that require PartialOrd on the input type.