lazyfunctions

Crates.iolazyfunctions
lib.rslazyfunctions
version0.1.2
sourcesrc
created_at2021-02-19 21:22:12.099355
updated_at2021-03-02 08:33:28.463093
descriptionA collections of functions for lazy people, or highly efficient programmers.
homepage
repositoryhttps://github.com/dakokonutboi/lazyfunctions
max_upload_size
id357755
size3,438
(dakokonutboi)

documentation

README

lazyfunctions

A collections of functions for lazy people, or highly efficient programmers.

Examples

input

extern crate lazyfunctions;

fn main() {
    let name = lazyfunctions::input("What's your name? : ").expect("Error at input");
    println!("Oh! So your name is {}!", name);
}

Contributing

To learn more about contributing to this project, read CONTRIBUTING.md

Commit count: 8

cargo fmt