inputparser
Takes terminal input in specified format
Instead of
let mut input:String = String new;
stdin.read_line.unwrap;
let input:i32=input.trim.parse.unwrap;
why not
let input:i32= inti32conv;
and it shows error and doesn't exit till proper input is entered
Usage
[]
= "0.1"
Example