Fixes Gzip and Lzma compression
commit0b346eee3d7dac6afd23c18cecb9e45323fac7b1
authorVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Wed, 24 Mar 2021 20:40:38 +0000 (24 17:40 -0300)
committerVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Wed, 24 Mar 2021 20:40:38 +0000 (24 17:40 -0300)
treedab1ce32a24944562297b7120f4a2eee32cc7386
parentf3dd4d9804b1c894783b684e4fed454e83194237
Fixes Gzip and Lzma compression
src/compressors/gzip.rs [new file with mode: 0644]
src/compressors/lzma.rs [new file with mode: 0644]
src/compressors/mod.rs
src/compressors/tar.rs
src/compressors/tomemory.rs [deleted file]