Expand description
This crate provides a method to help you input data from the console (or text file).
You can enter data of any primitive type (numbers, logical or chars), as well as strings.
Crate provides the Input trait and its implementations for Stdin and File objects.