Function fastxgz::lines_iterator

source ·
pub fn lines_iterator(
    path: impl AsRef<Path>
) -> Result<LinesIterator<ResultLinesIterator>, Error>
Expand description

Return an iterator over the lines of a (potentially gzipped) file.