#file #yoylib #yo-ylib #yoy-read

yoylib

Easy-to-use library to make rust simpler

3 releases

Uses new Rust 2024

0.0.3 Mar 14, 2025
0.0.2 Mar 14, 2025
0.0.1 Mar 14, 2025

#854 in Rust patterns

Download history 277/week @ 2025-03-10 55/week @ 2025-03-17 12/week @ 2025-03-24

344 downloads per month

Unlicense

28KB

Contains (rust library, 5KB) target/release/libyoylib.rlib, (rust library, 5KB) libyoylib-696f6691aa4d7cd0.rlib

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

No runtime deps