python-input
Description
A simple pure-rust implementation of python's input function.
Functions
There is currently only one function, the input
function.
Input Function
The input function takes one parameter, a string which is printed to the console as a prompt to the user.
Example
extern crate python_input;
use input;