improve hex parser for text protocol

This commit is contained in:
Noa Aarts 2024-10-06 23:11:26 +02:00
parent bed946b4a0
commit 0978664188
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 45 additions and 16 deletions

View file

@ -7,7 +7,6 @@ edition = "2021"
async-trait = "0.1.83"
atoi_radix10 = "0.0.1"
bytes = "1.6.0"
hex = "0.4.3"
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"