Function bookdata::io::compress::open_gzin_progress
source · pub fn open_gzin_progress(path: &Path, pb: ProgressBar) -> Result<impl BufRead>
Expand description
Open a gzip-compressed file for input, with a progress bar.
It sets the progress bar’s prefix to the file name.