Expand description
Splits concatenated gzip files and decompresses them separately
This crate contains the main functionality of the gunzip-split
utility.
Structs§
- File
Info - 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