How do I iterate through array of strings in Rust 0.7?
My array (or vector?) of strings is returned by sock.read_lines(); and I would like to print the contents of the array line by line. I dont quite understand how to do it since Rust documentation is incomplete and too sparse at the moment.