yoylib

Crates.ioyoylib
lib.rsyoylib
version0.0.3
created_at2025-03-14 14:22:13.91437+00
updated_at2025-03-14 14:44:08.599578+00
descriptionEasy-to-use library to make rust simpler.
homepage
repositoryhttps://github.com/jorikisntreal/yoylib
max_upload_size
id1592270
size38,836
jorikisntreal (jorikisntreal)

documentation

README

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 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.

image

Commit count: 12

cargo fmt