keyezinput 0.1.3

Rust library that facilitates ask a keyboard user input ⌨️
Documentation
  • Coverage
  • 25%
    1 out of 4 items documented0 out of 4 items with examples
  • Size
  • Source code size: 4.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 141.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • NexCreep/EZInput
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NexCreep

EZInput - For user keyboar input ⌨️

About

EZInput is a library that implements an easy and fast way to take user input from terminal.

Use

1.- You must add this to your cargo.toml, in dependencies section

keyezinput = "0.1.3"

2.- And finally implements in your code like this:

use keyezinput;

fn main(){
    let input: String = keyezinput::input::input_line("Foo input: ");

    println!("Foo output: {}", input);
}

The output would be like this:

Foo input: bar keyboard
Foo output: bar keyboard

Change Log

[v0.1.3 - 22.03]

  • Patched user input that have to extra chars that difficulties the parse to another type

I hope you liked ❤️

Special greeting to you, that watch this repo 😄