feat: Implement length-delimited framing for QUIC stream communication using tokio-util and futures.

This commit is contained in:
2025-11-18 20:37:46 +01:00
parent 68594740a5
commit f9923bd61e
4 changed files with 108 additions and 105 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ bytes = { version = "1", features = ["serde"] }
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
eyre = "0.6"
futures = "0.3"
gethostname = "1"
if-addrs = "0.11"
itertools = "0.14"
log = "0.4"
mdns-sd = "0.17"
@@ -36,11 +38,11 @@ tauri-plugin-shell = "2"
tauri-plugin-dialog = "2"
tauri-plugin-store = "2"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["codec"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1", features = ["v7"] }
walkdir = "2"
if-addrs = "0.11"
windows = { version = "0.62", features = [
"Win32",
"Win32_UI",