Crate read_input[][src]

Expand description

Go the the readme file for extra documentation and tutorial.

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 common types that store input settings.

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