1 unstable release
0.1.0 | May 22, 2022 |
---|
#127 in #user-input
3KB
easyinput
Dependency-less library providing an easy abstraction for getting user input
Features
TODO
Usage
Basic Usage
use easyinput::input;
fn main() {
let user_input = input("What is your name? ");
println!("Hello, {}!", user_input);
}
LICENSE
This project is distributed under MIT license.
lib.rs
:
easyinput
Dependency-less library providing an easy abstraction for getting user input
Usage
Basic usage
use easyinput::input;
fn main() {
let user_input = input("What is your name? ");
println!("Hello, {}!", user_input);
}
LICENSE
This project is distributed under MIT license.