[][src]Crate read_input

Go the the readme file for extra documentation and tutorial.

Modules

prelude

Module to be imported in the style use read_input::prelude::*; to get the essential functions and traits.

shortcut

Collection of functions that make things a little less verbose.

Structs

InputBuilder

'builder' used to store the settings that are used to fetch input.

InputBuilderOnce

'builder' used to store the settings that are used to fetch input.

Traits

InputBuild

Trait for comman types that store input settings.

InputConstraints

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