1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# inputparser Takes terminal input in specified format ## Usage ```toml [dependencies] inputparser = "0.1" ``` ### Example ```rust fn main() { let i = inputparser::int32conv(); println!("{}",i); } ```