Rename module

This commit is contained in:
Dominik Werder
2024-04-29 11:34:54 +02:00
parent 78403b2537
commit 879b85d210
10 changed files with 16 additions and 11 deletions

View File

@@ -8,14 +8,13 @@ use httpclient::body_empty;
use httpclient::connect_client;
use httpclient::http;
use httpclient::http::StatusCode;
use httpclient::http_body_util::BodyExt;
use httpclient::hyper::Request;
use httpclient::IncomingStream;
use netpod::log::*;
use netpod::ScalarType;
use netpod::Shape;
use netpod::APP_CBOR_FRAMED;
use streams::cbor::FramedBytesToSitemtyDynEventsStream;
use streams::cbor_stream::FramedBytesToSitemtyDynEventsStream;
use url::Url;
#[derive(Debug, ThisError)]