pub fn file_compress_type(path: &str) -> CompressionType
Expand 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) -> CompressionType
Return’s the file compress algorithm by file extension.
for example file
00000000000000000000.json.gz
-> CompressionType::GZIP