easyinput 0.1.0

Dependency-less library providing an easy abstraction for getting user input
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 3.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Ernest1338/easyinput
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Ernest1338

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.