Add support for zip (and... .zip.zip) compression
commit22e131fb460935d5f472b3e3b034cbe7f6d9305c
authorVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Wed, 24 Mar 2021 00:28:22 +0000 (23 21:28 -0300)
committerVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Wed, 24 Mar 2021 00:28:22 +0000 (23 21:28 -0300)
tree2e83876503dcd6d6e6fed46548b1e8636356565f
parentd72ca9eeae6bb627db285eaaba2b20ccfa14627d
Add support for zip (and... .zip.zip) compression
src/cli.rs
src/compressors/mod.rs
src/compressors/tar.rs
src/compressors/zip.rs [new file with mode: 0644]
src/decompressors/niffler.rs
src/decompressors/tar.rs
src/decompressors/zip.rs
src/evaluator.rs
src/file.rs
src/main.rs
src/test.rs