yoylib 0.0.3

Easy-to-use library to make rust simpler.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 40.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jorikisntreal/yoylib
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jorikisntreal

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