feat(protocol): parse and validate binary packet headers

This commit is contained in:
Stanislav N Mikhailov
2026-07-21 22:57:50 +03:00
parent 9f2d7f635e
commit 0f2cb0384c
5 changed files with 120 additions and 54 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ panic = "abort"
[dependencies]
tokio = { version = "1", features = ["full"] }
local-ip-address = "0.6"
thiserror = "2.0"
thiserror = "2.0"
nom = "8.0.0"