read_lines_with_blank
Read lines from a file while keeping blank lines and not ending on blank lines.
Usage
use read_lines_with_blank;
let f = open?;
let mut reader = new;
let lines = match read_lines_with_blank ;
Read lines from a file while keeping blank lines and not ending on blank lines.
use read_lines_with_blank;
let f = open?;
let mut reader = new;
let lines = match read_lines_with_blank ;