| Crates.io | yoylib |
| lib.rs | yoylib |
| version | 0.0.3 |
| created_at | 2025-03-14 14:22:13.91437+00 |
| updated_at | 2025-03-14 14:44:08.599578+00 |
| description | Easy-to-use library to make rust simpler. |
| homepage | |
| repository | https://github.com/jorikisntreal/yoylib |
| max_upload_size | |
| id | 1592270 |
| size | 38,836 |
what the hell is YOYlib?
YOYlib is easy-to-use library used to simplify/shorten Rust syntax. I just wanted to make every rust programmer's 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.
