Fix CLI parsing of decompression commands & early Compressor work
commit9429fd8d6787c31b1a41ab4df2e7b047b8e003cb
authorVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Tue, 23 Mar 2021 02:39:08 +0000 (22 23:39 -0300)
committerVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Tue, 23 Mar 2021 02:39:08 +0000 (22 23:39 -0300)
tree483f62d3961552a98122be32af0f0d43504c5ead
parent52afe3afd855600c7eaa2b7d0427fb9cd4307449
Fix CLI parsing of decompression commands & early Compressor work
src/cli.rs
src/compressors/compressor.rs [new file with mode: 0644]
src/compressors/mod.rs [new file with mode: 0644]
src/evaluator.rs
src/extension.rs
src/file.rs
src/main.rs