Skip to content

Commit 645a066

Browse files
committed
Revert "pipeline temp"
This reverts commit 7612577.
1 parent 7612577 commit 645a066

File tree

8 files changed

+2
-633
lines changed

8 files changed

+2
-633
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ base16 = "0.2.1"
1515
base64 = "0.22.1"
1616
bincode = "1.3.3"
1717
byteorder = "1.5.0"
18-
bytes = "1.10.1"
1918
bytesize = "1.3.3"
2019
bzip2 = { version = "0.6.1", features = ["static"] }
2120
clap = { version = "4.5.49", features = ["derive", "cargo", "wrap_help"] }
@@ -34,7 +33,6 @@ itertools = "0.12.1"
3433
libc = "0.2.177"
3534
lz4_flex = "0.11.5"
3635
md-5 = "0.10.6"
37-
pin-project = "1.1.10"
3836
process_path = "0.1.4"
3937
ratatui = "0.26.3"
4038
ruzstd = "0.6.0"

src/herding/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ use tower::Service;
55
use uuid::Uuid;
66

77
pub use self::worker_factory::{WorkerFactory, WorkerSpawned};
8-
pub use self::writer::WriterFactory;
98

109
mod local_herder;
1110
mod worker_factory;
12-
mod writer;
1311

1412
/// A [Herder] is a [Service] that spawns and manages a set of workers spawned by a [WorkerFactory].
1513
///

src/herding/writer/factory.rs

Lines changed: 0 additions & 146 deletions
This file was deleted.

src/herding/writer/mod.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/herding/writer/pipeline.rs

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)