I\'m trying to read in a list of numbers from a file into a Vec with Rust. Each line has a separate number on it. I can get the numbers as strings wi
Vec