A collections of functions for lazy people, or highly efficient programmers.
```rust extern crate lazyfunctions;
fn main() { let name = lazyfunctions::input("What's your name? : ").expect("Error at input"); println!("Oh! So your name is {}!", name); } ```
To learn more about contributing to this project, read CONTRIBUTING.md