simple_input 0.2.0

`simple_input` provides a simple way to ask for user input, inspired by Python's `input` function. It only has one function, `input(prompt: &str) -> String` ``` extern crate simple_input; use simple_input::input; fn main() { let name = input("What is your name? "); println!("Hello {}!", name); }
Documentation
  • Feature flags
  • This release does not have any feature flags.

simple_input

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This release does not have any feature flags.