I'm writing on STDIN a string of numbers (e.g "4 10 30 232312") and I want to read that and convert to an array of int (or a vector) in Rust, can't find the right way, so far I have:I'm writing on STDIN a string of numbers (e.g "
I'm writing on STDIN a string of numbers (e.g "4 10 30 232312") and I want to read that and convert to an array of int (or a vector) in Rust, can't find the right way, so far I have:I'm writing on STDIN a string of numbers (e.g "