Moved err crate

This commit is contained in:
Dominik Werder
2024-11-07 18:26:02 +01:00
parent 8fd7e72796
commit 2f89c969cd
124 changed files with 191 additions and 738 deletions

View File

@@ -19,7 +19,7 @@ hyper = { version = "1.0.1", features = ["http1", "http2", "client", "server"] }
hyper-util = { version = "0.1.1", features = ["full"] }
bytes = "1.5.0"
async-channel = "1.9.0"
err = { path = "../err" }
daqbuf-err = { path = "../../../daqbuf-err" }
netpod = { path = "../netpod" }
parse = { path = "../parse" }
streams = { path = "../streams" }

View File

@@ -5,6 +5,7 @@ pub use hyper_util;
use bytes::BufMut;
use bytes::Bytes;
use bytes::BytesMut;
use daqbuf_err as err;
use futures_util::Stream;
use futures_util::StreamExt;
use http::header;