inputparser-0.1.6 has been yanked.
inputparser
Takes terminal input in specified format Thanks to @Restioson#8323 and @ThatsNoMoon#0175 (Discord usernames)
Instead of
let mut input:String = String new;
stdin.read_line.unwrap;
let input:i32=input.trim.parse.unwrap;
why not
let input:i32= input;
and it doesn't panic when wrong format is entered.
Usage
[]
= "0.1"
Example