Crates.io | easyinput |
lib.rs | easyinput |
version | 0.1.0 |
source | src |
created_at | 2022-05-22 16:42:12.220929 |
updated_at | 2022-05-22 16:42:12.220929 |
description | Dependency-less library providing an easy abstraction for getting user input |
homepage | https://github.com/Ernest1338/easyinput |
repository | https://github.com/Ernest1338/easyinput |
max_upload_size | |
id | 591205 |
size | 4,224 |
Dependency-less library providing an easy abstraction for getting user input
TODO
Basic Usage
use easyinput::input;
fn main() {
let user_input = input("What is your name? ");
println!("Hello, {}!", user_input);
}
This project is distributed under MIT license.