Input Conversion Crate
This crate contains a simple library used for reading user input and saving the input to a variable with of a given type.
This crate intends to simplify the way input from a user is read, avoiding the parsing of simple, single-type inputs.
Version 1.0.0: Added basic library for standard user inputs