brotli generic compression

This commit is contained in:
Dylan Knutson
2024-06-04 19:53:05 -07:00
parent 3f44344ac0
commit adbccc97a5
38 changed files with 649 additions and 405 deletions

View File

@@ -1,12 +1,11 @@
use std::sync::Arc;
use std::sync::Mutex;
use clap::Parser;
use kdam::tqdm;
use kdam::Bar;
use kdam::BarExt;
use rand::Rng;
use reqwest::StatusCode;
use std::sync::Arc;
use std::sync::Mutex;
#[derive(Parser, Debug, Clone)]
#[command(version, about, long_about = None)]