add rest of compression algorithms
This commit is contained in:
parent
664ce42e6c
commit
0a3f400e92
13 changed files with 342 additions and 49 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
servicepoint2 = { path = "../.." }
|
||||
servicepoint2 = { path = "../.." , default-features = false }
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
rand = "0.8.5"
|
||||
env_logger = "0.11.3"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
use std::cmp::Ord;
|
||||
use std::time::Duration;
|
||||
use clap::Parser;
|
||||
use rand::Rng;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue