Crate shittyinput
source ·Expand description
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 benefits to using this crate:
- Shorten yo code cuh!!!
The downsides to using this crate:
- Unoptimized code
- May cause errors
I don’t know how to write docs soooo, use cases:
shittyinput::int()returns an integer of sizeisizeshittyinput::string()returns a stringshittyinput::floathas two cases, one of sizef32and another of sizef64. To use them doshittyinput::float::bit32()orshittyinput::float::bit64()
Here’s the code in github