add rest of compression algorithms

This commit is contained in:
Vinzenz Schroeter 2024-05-11 23:16:41 +02:00
parent 664ce42e6c
commit 0a3f400e92
13 changed files with 342 additions and 49 deletions

View file

@ -15,9 +15,7 @@ struct Cli {
}
fn main() {
env_logger::builder()
.filter_level(log::LevelFilter::Debug)
.init();
env_logger::init();
let cli = Cli::parse();
let connection = Connection::open(cli.destination).unwrap();