yoylib 0.0.1

Easy-to-use library to make rust simpler.
Documentation
1
2
3
4
5
6
7
8
# YOYlib ReadMe file

> ## *what the hell is YOYlib?*

>    YOYlib is easy-to-use library used to simplify/shorten Rust syntax
>    I just wanted to make an easy library for myself to make my life easier

> ## YOYlib functions

> ### yoy_read()

>> allows you to read something from the console then save to any *String* variable. A typical usage of yoy_read() would be `let value: String = yoy_read();` which is much easier and faster than rust's approach.