Skip to content

Commit 88f3856

Browse files
committed
stuf
1 parent 645a066 commit 88f3856

File tree

4 files changed

+460
-0
lines changed

4 files changed

+460
-0
lines changed

Cargo.lock

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ xz2 = { version = "0.1.7", features = ["static"] }
5959
approx = "0.5.1"
6060
assert_matches = "1.5.0"
6161
pretty_assertions = "1.4.1"
62+
quickcheck = "1.0.3"
63+
quickcheck_macros = "1.1.0"
6264
rand = { version = "0.8.5", features = ["small_rng"] }
6365
rstest = "0.19.0"
6466
test-case = "3.3.1"

src/util.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pub mod hyperpipe;
2+
13
use std::{env, path::PathBuf, process, time::SystemTime};
24

35
use tokio::fs::DirBuilder;

0 commit comments

Comments
 (0)