Crate gunzip_split

Source
Expand description

Splits concatenated gzip files and decompresses them separately

This crate contains the main functionality of the gunzip-split utility.

Structs§

FileInfo
Constituent file information

Enums§

Progress
Progress information

Functions§

list_contents
Lists all files in the input gzip file
uncompress_all
Uncompresses all files from the gzip input
uncompress_one
Uncompresses one file from the gzip input
unconcatenate_files
Splits the concatenated gzip input into separate files
write_one_file
Copies one gzip file described by info from the concatenated gzip input