This is a very shitty input managing crate, I made it because I was tired of writing three or four lines per each input.
The whole crate was basically just made to "shorten your code cuh!"
I don't know how to write docs soooo, use cases:
shittyinput::int()returns a value of sizeisizeshittyinput::string()returns a stringshittyinput::floathas two cases, one of sizef32and another of sizef64. To use them doshittyinput::float::f32()orshittyinput::float::f64()
All of the functions return a Result with either the intended value or the error.
Here's the code in github