implement multiplex

This commit is contained in:
2025-09-01 20:28:44 +09:00
parent 05ffd4cf15
commit b0812bfc87
6 changed files with 84 additions and 6 deletions

View File

@@ -12,4 +12,5 @@ rand = {workspace = true}
thiserror = {workspace = true}
compact_str = {workspace = true}
bytes = {workspace = true}
regex = "1.11"
regex = "1.11"
tokio-util = "0.7"