[]
[]
= ["Branson Camp <camp.branson@gmail.com>"]
= "`simple_input` provides a simple way to ask for user input, inspired by Python's `input` function.\n\nIt only has one function, `input(prompt: &str) -> String`\n\n```\nextern crate simple_input;\nuse simple_input::input;\n \nfn main() {\n let name = input(\"What is your name? \");\n println!(\"Hello {}!\", name);\n}\n"
= "MIT"
= "simple_input"
= "0.2.0"