pub fn file_compress_type(path: &str) -> CompressionTypeExpand description
Return’s the file compress algorithm by file extension.
for example file
00000000000000000000.json.gz -> CompressionType::GZIP
pub fn file_compress_type(path: &str) -> CompressionTypeReturn’s the file compress algorithm by file extension.
for example file
00000000000000000000.json.gz -> CompressionType::GZIP