Crates.io | lazyfunctions |
lib.rs | lazyfunctions |
version | 0.1.2 |
source | src |
created_at | 2021-02-19 21:22:12.099355 |
updated_at | 2021-03-02 08:33:28.463093 |
description | A collections of functions for lazy people, or highly efficient programmers. |
homepage | |
repository | https://github.com/dakokonutboi/lazyfunctions |
max_upload_size | |
id | 357755 |
size | 3,438 |
A collections of functions for lazy people, or highly efficient programmers.
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