shittyinput 0.1.4

An input library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 size ```isize```
 - ```shittyinput::string()``` returns a string
 - ```shittyinput::float``` has two cases, one of size ```f32``` and
another of size ```f64```. To use them do ```shittyinput::float::f32()``` or ```shittyinput::float::f64()```

All of the functions return a Result with either the intended value or the error.

Here's the code in [github](https://github.com/clear-leo/ShittyInput)