You should use BufReader to speed up reading. Note that you need to bring the BufRead trait into scope to get access to the lines method.
確定! 回上一頁