#lazy-evaluation #collection #people #programmers #highly #function #input

lazyfunctions

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

3 releases

0.1.2 Mar 2, 2021
0.1.1 Feb 20, 2021
0.1.0 Feb 19, 2021

#594 in Science

47 downloads per month

MIT license

3KB

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

No runtime deps