brotli generic compression
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user