#user-input #input #user

easyinput

Dependency-less library providing an easy abstraction for getting user input

1 unstable release

0.1.0 May 22, 2022

#105 in #user-input

21 downloads per month

MIT license

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.

No runtime deps